Skip to content

Commit

Permalink
Merge pull request #18 from SWM-WeLike2Coding/style/dev_cd
Browse files Browse the repository at this point in the history
style: dev_cd.yml secret value명 일부 변경
  • Loading branch information
kjungw1025 authored Aug 11, 2024
2 parents f857a23 + 2aaf6a0 commit 56858a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ jobs:
AWS_ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
AWS_ECR_REPOSITORY: ${{ secrets.AWS_ECR_DEV_APIGATEWAY_REPOSITORY }}
with:
host: ${{ secrets.SERVER_HOST }}
host: ${{ secrets.SERVER_HOST_DEV }}
username: ubuntu
key: ${{ secrets.PRIVATE_PEM_KEY }}
key: ${{ secrets.PRIVATE_PEM_KEY_DEV }}
envs: GITHUB_SHA,AWS_ECR_REGISTRY,AWS_ECR_REPOSITORY
script: |
./deploy.sh $AWS_ECR_REGISTRY $AWS_ECR_REPOSITORY ${GITHUB_SHA::7}

0 comments on commit 56858a2

Please sign in to comment.