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 9f0a482 commit c609a0c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/prod-member-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,12 @@ jobs:
- name: docker-compose.yml
uses: appleboy/scp-action@master
run: cd BE-Member-Server
with:
username: ec2-user
host: ${{ secrets.HOST_PROD_3 }}
key: ${{ secrets.PRIVATE_KEY_3 }}
port: ${{ secrets.PORT }}
source: "./docker-compose-member.yml"
target: "/home/ec2-user/"
source: "/home/ec2-user/BE-Member-Server/docker-compose-member.yml"

- name: Deploy
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit c609a0c

Please sign in to comment.