Skip to content

Commit

Permalink
Update server-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
friendshipkim97 authored Aug 14, 2024
1 parent 0502f53 commit b1c3201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
key: ${{ secrets.SSH_KEY }}
port: ${{ secrets.SSH_PORT }}
script: |
# ν˜„μž¬ ν™œμ„±ν™”λœ μ»¨ν…Œμ΄λ„ˆ 확인
# ν˜„μž¬ ν™œμ„±ν™”λœ μ»¨ν…Œμ΄λ„ˆ 확인
if [ "$(sudo docker ps -q -f name=hana-server-blue)" ]; then
NEW_CONTAINER_NAME="hana-server-green"
OLD_CONTAINER_NAME="hana-server-blue"
Expand Down

0 comments on commit b1c3201

Please sign in to comment.