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 345b4e4 commit 8bafa61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
IMAGE_NAME: play-qr-fe
IMAGE_TAG: ${{ github.sha }}
DEPLOY_PATH: ${{ secrets.DEPLOY_SERVER_PATH }}
TEST: ${steps.test.outputs.test}
TEST: steps.test.outputs.test

steps:
- name: 배포 서버에 SSH로 연결하여 배포
Expand Down

0 comments on commit 8bafa61

Please sign in to comment.