Skip to content

Commit

Permalink
Update deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpark0506 authored Sep 23, 2024
1 parent 458b4db commit edc5425
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
IMAGE_NAME: play-qr-fe
IMAGE_TAG: ${{ github.sha }}
DEPLOY_PATH: ${{ secrets.DEPLOY_SERVER_PATH }}
TEST: ${{ steps.test.outputs.test }}

steps:
- name: 배포 서버에 SSH로 연결하여 배포
Expand All @@ -63,7 +62,6 @@ jobs:
envs: GCP_PROJECT_ID, IMAGE_NAME, IMAGE_TAG, DEPLOY_PATH, TEST
script: |
cd ${DEPLOY_PATH}
sudo touch ${TEST}
sudo docker stop ${IMAGE_NAME}
sudo docker rm ${IMAGE_NAME}
sudo docker login -u _json_key --password-stdin https://gcr.io <<< '${{ secrets.GCE_SA_KEY }}'
Expand Down

0 comments on commit edc5425

Please sign in to comment.