Skip to content

Commit

Permalink
Update prod-frontend-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
minson96 authored Mar 8, 2024
1 parent 4ab948c commit e1d6b88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod-frontend-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
# Docker 이미지 빌드
- name: Docker image build
run : |
docker build -t ${{ secrets.AWS_ECR }}/${{ secrets.YIGIL_API_FRONT }} . --platform=linux/amd64
docker build -t ${{ secrets.AWS_ECR }}/${{ secrets.YIGIL_API_FRONT_PROD }} . --platform=linux/amd64
- name: Docker image push
run : |
docker push ${{ secrets.AWS_ECR }}/${{ secrets.YIGIL_API_FRONT }}
docker push ${{ secrets.AWS_ECR }}/${{ secrets.YIGIL_API_FRONT_PROD }}
# EC2 인스턴스 접속 및 애플리케이션 실행
- name: Application Run
uses: appleboy/[email protected]
Expand Down

0 comments on commit e1d6b88

Please sign in to comment.