Compare commits

...

6 Commits

Author SHA1 Message Date
suroh 5e4e4bf4b8 Merge pull request 'gitea-workflow' (#1) from gitea-workflow into main
work.suroh.tk deploy / build-deploy (push) Failing after 16s Details
Reviewed-on: #1
2024-02-02 14:18:20 +00:00
suroh d5c1ee51c6 added beginning of deployment runner 2024-02-02 15:16:07 +01:00
suroh 0c2fe8a63e added beginning of deployment runner 2024-02-02 15:15:57 +01:00
suroh 68c45eec77 another change to test workflow
GitHub Actions Demo / Explore-GitHub-Actions (push) Successful in 13s Details
2024-02-02 15:03:13 +01:00
suroh 31bede338c Merge branch 'main' into gitea-workflow
GitHub Actions Demo / Explore-GitHub-Actions (push) Has been cancelled Details
2024-02-02 14:56:53 +01:00
suroh 52b41cb9d2 added test workflow
GitHub Actions Demo / Explore-GitHub-Actions (push) Successful in 39s Details
2024-02-02 14:54:35 +01:00
2 changed files with 22 additions and 1 deletions

View File

@ -0,0 +1,21 @@
name: work.suroh.tk deploy
run-name: ${{ github.action_repository }} is being built and deployed
on:
push:
branches:
- 'main'
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- name: Clone code to runner
uses: actions/checkout@v4
- name: Move to directory
run: cd ${{ github.workspace }}
- name: Building dependencies
run: npm ci
- name: Check deployment directory
run: ls -lh /var/www/

View File

@ -1,3 +1,3 @@
# work.suroh.tk
Repository of my homepage. Built on 11ty using webc.
Repository of my homepage.