Fix rsync args in deploy workflow to copy init scripts as files
All checks were successful
Deploy storage stack / deploy (push) Successful in 12s
All checks were successful
Deploy storage stack / deploy (push) Successful in 12s
This commit is contained in:
parent
479e3d5cf9
commit
f8627e65f7
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ jobs:
|
|||
SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_SSH_KEY }}
|
||||
REMOTE_HOST: ${{ secrets.DEPLOY_IP }}
|
||||
REMOTE_USER: ${{ secrets.DEPLOY_USER }}
|
||||
SOURCE: "docker-compose.yml init/"
|
||||
ARGS: "-rltgoDzvO --delete"
|
||||
SOURCE: "docker-compose.yml init"
|
||||
TARGET: "/opt/storage/"
|
||||
|
||||
- name: Write .env from secrets and bring stack up
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue