We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d21451 commit 5653aceCopy full SHA for 5653ace
.github/workflows/ci-cd-compose.yaml
@@ -115,9 +115,9 @@ jobs:
115
- name: Send Docker Compose
116
uses: appleboy/[email protected]
117
with:
118
- host: ${{ secrets.INSTANCE_HOST }}
119
- username: ${{ secrets.INSTANCE_USERNAME }}
120
- password: ${{ secrets.INSTANCE_PASSWORD }}
+ host: ${{ secrets.AWS_INSTANCE_HOST }}
+ username: ${{ secrets.AWS_INSTANCE_USERNAME }}
+ password: ${{ secrets.AWS_INSTANCE_PASSWORD }}
121
port: 22
122
source: ./${{ env.MODULE }}/infra/${{ env.DEPLOY_TARGET }}/*
123
target: "/home"
0 commit comments