gitea-workflow #1

Merged
suroh merged 5 commits from gitea-workflow into main 2024-02-02 14:18:20 +00: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.