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 f31354b commit 0620eaf
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:"${{ secrets.GREEN_PORT }}" -e TZ=Asia/Seoul ${{ env.DOCKER_IMAGE_NAME }}
echo "CURRENT_CONTAINER='${{ env.CURRENT_CONTAINER }}'" >> "$GITHUB_ENV"
echo "CURRENT_PORT='${{ env.NEW_PORT }}'" >> "$GITHUB_ENV"
echo "CURRENT_CONTAINER='${{ env.CURRENT_CONTAINER }}'" >> $GITHUB_ENV
echo "CURRENT_PORT='${{ env.NEW_PORT }}'" >> $GITHUB_ENV

0 comments on commit 0620eaf

Please sign in to comment.