Skip to content

Commit

Permalink
Update prod-member-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seungueonn authored Feb 21, 2024
1 parent 9f91838 commit 83153f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod-member-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: appleboy/scp-action@master
with:
username: ec2-user
host: ${{ secrets.HOST }}
host: ${{ secrets.HOST_PROD_3 }}
key: ${{ secrets.PRIVATE_KEY_3 }}
port: ${{ secrets.PORT }}
source: "./docker-compose-member.yml"
Expand Down

0 comments on commit 83153f7

Please sign in to comment.