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:19:19 +00:00
parent cb6fae465c
commit 3dbb87d30b

View File

@ -37,8 +37,8 @@ jobs:
username: root username: root
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
@ -55,7 +55,7 @@ jobs:
username: root username: root
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