Skip to content

Commit

Permalink
[fix] #193 dev 서버 변경에 따라 HOST KEY 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuKwanKon committed Feb 23, 2024
1 parent 2470635 commit f366243
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
username: ubuntu
host: ${{ secrets.EC2_DEV_HOST }}
key: ${{ secrets.EC2_KEY }}
key: ${{ secrets.EC2_DEV_KEY }}
port: ${{ secrets.EC2_PORT }}
source: "./scripts/deploy.sh"
target: "/home/ubuntu/"
Expand All @@ -55,7 +55,7 @@ jobs:
with:
username: ubuntu
host: ${{ secrets.EC2_DEV_HOST }}
key: ${{ secrets.EC2_KEY }}
key: ${{ secrets.EC2_DEV_KEY }}
port: ${{ secrets.EC2_PORT }}
source: "./docker-compose.yml"
target: "/home/ubuntu/"
Expand All @@ -65,7 +65,7 @@ jobs:
with:
username: ubuntu
host: ${{ secrets.EC2_DEV_HOST }}
key: ${{ secrets.EC2_KEY }}
key: ${{ secrets.EC2_DEV_KEY }}
script: |
sudo docker pull ${{ secrets.DOCKER_REPOSITORY }}/${{ secrets.DOCKER_IMAGE }}
chmod 777 ./scripts/deploy.sh
Expand Down

0 comments on commit f366243

Please sign in to comment.