Skip to content

Commit 5140234

Browse files
committed
fix(gh-actions): 🐛 Fix appleboy/scp-action parameters
Fix source parameter and target parameter
1 parent b8f412a commit 5140234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
host: ${{ secrets.DO_SSH_HOST_PRE }}
3434
username: ${{ secrets.DO_SSH_USER_PRE }}
3535
key: ${{ secrets.DO_SSH_KEY_PRE }}
36-
source: .github/workflows/infra/docker/postgres-compose-pre.yml
37-
target: /opt/summoners-sync/infra/docker/${{ env.COMPOSE_FILENAME }}
36+
source: ".github/workflows/infra/docker/${{ env.COMPOSE_FILENAME }}"
37+
target: /opt/summoners-sync/infra/docker/
3838
rm: true
3939

4040
# Deploy Infra

0 commit comments

Comments
 (0)