Actualiser .gitea/workflows/build.yaml
Some checks failed
Production / deploy (push) Failing after 9s
Some checks failed
Production / deploy (push) Failing after 9s
This commit is contained in:
parent
cb6fae465c
commit
3dbb87d30b
@ -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
|
Loading…
Reference in New Issue
Block a user