Skip to content

Commit

Permalink
Merge pull request #21 from Team-Lecue/dong2ast-patch-2
Browse files Browse the repository at this point in the history
[DEPLOY] Update CD.yml
  • Loading branch information
dong2ast authored Jan 3, 2024
2 parents e0395a5 + 8242772 commit fcd5e0e
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 fcd5e0e

Please sign in to comment.