Skip to content

Commit

Permalink
[DEPLOY]: deploy.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sejineer committed Aug 13, 2024
1 parent 0be6bea commit caba718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

# 3. 최신 이미지를 컨테이너화하여 실행시킵니다
- name: docker run new container
run: sudo docker run --name hexagonal-prod --rm -d -p 8080:8080 -e TZ=Asia/Seoul ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPO }}
run: sudo docker run --name hexagonal-prod --rm -d -p 8080:8080 -e --env-file /home/azureuser/.env TZ=Asia/Seoul ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPO }}

# 4. 미사용 이미지를 정리합니다
- name: delete old docker image
Expand Down

0 comments on commit caba718

Please sign in to comment.