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
7585e9e09a
commit
52447ae22c
@ -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
|
Loading…
Reference in New Issue
Block a user