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:
parent
d1c1fc9d89
commit
bc140f7d37
2 changed files with 3 additions and 3 deletions
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
name: Test
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue