Fix rsync args in deploy workflow to copy init scripts as files
All checks were successful
Deploy storage stack / deploy (push) Successful in 12s

This commit is contained in:
Sergei Poljanski 2026-05-26 17:19:46 +03:00
commit f8627e65f7
Signed by: asxpi
GPG key ID: 4F8851660FA4121B

View file

@ -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