Skip to content

Commit

Permalink
Refactor(#14): deploy.yml 환경 변수 secrets 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
dongkyun0713 authored Jul 17, 2024
1 parent a3a4f1d commit 0e92957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
- develop

env:
DOCKER_IMAGE_NAME: dongkyun0713/kkeujeok_repository
DOCKER_IMAGE_NAME: ${{ secrets.DEV_DOCKER_IMAGE_NAME }}
EC2_HOST: ${{ secrets.EC2_HOST }}
EC2_SSH_USER: ec2-user
PRIVATE_KEY: ${{ secrets.EC2_SSH_PRIVATE_KEY }}
CONTAINER_NAME: kkeujeok-container
CONTAINER_NAME: ${{ secrets.DEV_CONTAINER_NAME }}

jobs:
build-and-push-docker:
Expand Down

0 comments on commit 0e92957

Please sign in to comment.