Skip to content

Commit

Permalink
Update CD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dong2ast authored Jan 3, 2024
1 parent c9e0282 commit 8242772
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
--build-arg AWS_SECRET_ACCESS_KEY=${{ secrets.AWS_SECRET_KEY }} \
--build-arg AWS_DEFAULT_REGION=ap-northeast-2 \
--build-arg AWS_OUTPUT_FORMAT=None \
-t lequu/lequu .
docker push lequu/lequu
-t lequu/lequu-server .
docker push lequu/lequu-server
deploy-cd:
needs: deploy-ci
Expand All @@ -80,4 +80,4 @@ jobs:
# docker pull lequu/lequu
#
# # 새로운 'lequu-8080' 컨테이너를 실행
# docker run -d --name lequu-8080 -p 8080:8080 lequu/lequu
# docker run -d --name lequu-8080 -p 8080:8080 lequu/lequu

0 comments on commit 8242772

Please sign in to comment.