Skip to content

Commit

Permalink
Merge pull request #137 from Soongsil-CoffeeChat/ref/#133
Browse files Browse the repository at this point in the history
fix: deploy err-workflows
  • Loading branch information
KimKyoHwee authored Aug 27, 2024
2 parents 617190f + c38494f commit 49d580a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cogo_cicd_gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
-e SMS_KEY=${{ secrets.SMS_KEY }} \
-e SMS_SECRET=${{ secrets.SMS_SECRET }} \
-e SMS_FROM=${{ secrets.SMS_FROM }} \
-e SQS_NAME=${{ secrets.SQS_NAME }} \
${{ secrets.DOCKERHUB_USERNAME }}/cogoserver
sleep 5 # 컨테이너 실행 시간을 확보
sudo docker ps -a # 모든 컨테이너 목록 출력
Expand Down

0 comments on commit 49d580a

Please sign in to comment.