Fix deploy.yml workflow (#346)

Co-authored-by: Damián Silvani <munshkr@gmail.com>
Reviewed-on: https://codeberg.org/munshkr/flok/pulls/346
This commit is contained in:
Damián Silvani 2025-06-21 16:06:49 +02:00
parent d1c1fc9d89
commit bc140f7d37
2 changed files with 3 additions and 3 deletions

View file

@ -37,7 +37,7 @@ jobs:
run: ssh prod 'cd flok && git fetch && git reset --hard ${{ github.sha }} && npm install'
- name: Sync web build
uses: burnett01/rsync-deployments@7.0.0
uses: https://github.com/Burnett01/rsync-deployments.git@7.0.0
with:
switches: -avzr --delete
path: packages/web/dist/

View file

@ -1,9 +1,9 @@
name: Test
on:
push:
pull_request:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
build: