Skip to content

Commit

Permalink
Update backend-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
poi1649 authored Nov 23, 2023
1 parent 8398247 commit d304e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
labels: ${{ steps.docker_meta.outputs.labels }}
deploy:
runs-on: self-hosted
if: ${{ needs.docker-build.result == 'success' }}
if: ${{ needs.build-and-push.result == 'success' }}
needs: [ build-and-push ]
steps:
- name: 도커 풀 / 파일 실행
Expand Down

0 comments on commit d304e39

Please sign in to comment.