Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xorwns118 authored Sep 24, 2024
1 parent eb303b0 commit 59a1b9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:
echo "환경 변수를 적용하여 새로운 컨테이너 실행"
sudo docker run -d \
--env-file ./src/main/resources/.env \
-p 8080:8080 \
--name ${{ secrets.DOCKERHUB_CONTAINERNAME }} \
${{ secrets.DOCKERHUB_CONTAINERNAME }}/${{ secrets.DOCKERHUB_REPOSITORY }}:latest
Expand Down

0 comments on commit 59a1b9b

Please sign in to comment.