Merge pull request 'Add Gitea Actions deploy workflow' (#1) from master into production #2

Merged
vdusa merged 2 commits from production into master 2026-03-11 07:47:21 +01:00
Showing only changes of commit d9d177fba7 - Show all commits

View File

@@ -0,0 +1,21 @@
name: Deploy
on:
push:
branches: [production]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- run: npm run build
- name: Deploy
run: rsync -a --delete dist/ /var/www/dusa.cz/