Skip to content

Commit

Permalink
refator
Browse files Browse the repository at this point in the history
  • Loading branch information
yso8296 committed Nov 14, 2024
1 parent 1a4ef31 commit f06af5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
key: ${{ secrets.EC2_PRIVATE_KEY }}
script_stop: true
script: |
echo "REDIRECT_URL 환경변수: $REDIRECT_URL"
echo "REDIRECT_URL 환경변수:${{ secrets.REDIRECT_URL }}"
docker stop nullnull-server || true
docker rm nullnull-server || true
docker pull ${{ secrets.DOCKERHUB_USERNAME }}/nullnull-server:latest
Expand Down

0 comments on commit f06af5a

Please sign in to comment.