Skip to content

Commit

Permalink
[fix] #139 잘못 기입된 시크릿명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dlswns2480 committed Nov 5, 2024
1 parent ba595f2 commit 7127199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ jobs:
sudo docker run -d --log-driver=syslog \
-e TZ=Asia/Seoul \
-p 8080:8080 --name ussum-develop \
${{ secrets.DOCKERHUB_REPO }}/ussum-develop:latest
${{ secrets.DOCKER_REPO }}/ussum-develop:latest

0 comments on commit 7127199

Please sign in to comment.