Skip to content

Commit

Permalink
Fix(#14): deploy_production.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dongkyun0713 authored Jul 17, 2024
1 parent 19fe3c3 commit ee4c9b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ jobs:
sudo docker pull ${{ env.DOCKER_IMAGE_NAME }}
sudo docker run --name "$NEW_CONTAINER" -d -p "$NEW_PORT":8087 -e TZ=Asia/Seoul ${{ env.DOCKER_IMAGE_NAME }}
echo "CURRENT_CONTAINER='$NEW_CONTAINER'" >> "$GITHUB_ENV"
echo "CURRENT_PORT='$NEW_PORT'" >> "$GITHUB_ENV"
echo "CURRENT_CONTAINER='${NEW_CONTAINER}'" >> "$GITHUB_ENV"
echo "CURRENT_PORT='${NEW_PORT}'" >> "$GITHUB_ENV"

0 comments on commit ee4c9b6

Please sign in to comment.