Actualiser .gitea/workflows/build.yaml
Some checks failed
Production / deploy (push) Failing after 9s

This commit is contained in:
Mathieu Broillet 2023-07-03 14:21:24 +00:00
parent 7585e9e09a
commit 52447ae22c

View File

@ -40,7 +40,7 @@ jobs:
port: 22 port: 22
key: ${{ secrets.SSH_KEY }} key: ${{ secrets.SSH_KEY }}
source: 'public/*' source: 'public/*'
target: '/var/www/html/staging/' target: '/var/www/html/staging'
rm: true rm: true
strip_components: 1 strip_components: 1
@ -60,6 +60,6 @@ jobs:
port: 22 port: 22
key: ${{ secrets.SSH_KEY }} key: ${{ secrets.SSH_KEY }}
source: 'public/*' source: 'public/*'
target: '/var/www/html/prod/' target: '/var/www/html/prod'
rm: true rm: true
strip_components: 1 strip_components: 1