Skip to content

Commit 5653ace

Browse files
committed
chore: secret INSTANCE > AWS_INSTANCE로 변경
1 parent 7d21451 commit 5653ace

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-cd-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ jobs:
115115
- name: Send Docker Compose
116116
uses: appleboy/[email protected]
117117
with:
118-
host: ${{ secrets.INSTANCE_HOST }}
119-
username: ${{ secrets.INSTANCE_USERNAME }}
120-
password: ${{ secrets.INSTANCE_PASSWORD }}
118+
host: ${{ secrets.AWS_INSTANCE_HOST }}
119+
username: ${{ secrets.AWS_INSTANCE_USERNAME }}
120+
password: ${{ secrets.AWS_INSTANCE_PASSWORD }}
121121
port: 22
122122
source: ./${{ env.MODULE }}/infra/${{ env.DEPLOY_TARGET }}/*
123123
target: "/home"

0 commit comments

Comments
 (0)