Skip to content

Commit

Permalink
2-6 [배포] [fix] actions 마지막 단계 미실행 현상 해결 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
leesungbin authored Nov 22, 2022
1 parent be9abc5 commit 901c4dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ jobs:
pull_from_registry:
name: Connect server ssh and pull from container registry
needs: [push_to_registry_be, push_to_registry_fe]
if: |
always() &&
(needs.push_to_registry_be.result == 'success' || needs.push_to_registry_fe.result == 'success')
runs-on: ubuntu-latest
steps:
- name: connect ssh
Expand Down

0 comments on commit 901c4dc

Please # to comment.