Skip to content

Commit 3347bba

Browse files
committed
๐Ÿš‘๏ธ GitHub Actions ๋™์ž‘ ์•ˆํ•˜๋Š” ๋ฌธ์ œ ํ•ด๊ฒฐ
1 parent 8fc11b2 commit 3347bba

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

โ€Ž.github/workflows/upload_docker_image_to_acr.ymlโ€Ž

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,9 @@ jobs:
8888
runs-on: ubuntu-latest
8989
# main ๋˜๋Š” dev ๋ธŒ๋žœ์น˜์— push๋  ๋•Œ๋งŒ ๋ฐฐํฌ ์‹คํ–‰
9090
if: github.event_name == 'push' && (github.ref_name == 'main' || github.ref_name == 'dev')
91-
92-
steps:
93-
- name: Call Reusable Deployment Workflow
94-
uses: 9git9git/9git-devops/.github/workflows/deploy_to_aca.yml@main
95-
with:
96-
image_tag: ${{ needs.build-and-push.outputs.image_tag }}
97-
target_environment: ${{ (github.ref_name == 'main' && 'production') || 'test' }}
98-
app_type: 'backend'
99-
secrets: inherit
91+
uses: 9git9git/9git-devops/.github/workflows/deploy_to_aca.yml@main
92+
with:
93+
image_tag: ${{ needs.build-and-push.outputs.image_tag }}
94+
target_environment: ${{ (github.ref_name == 'main' && 'production') || 'test' }}
95+
app_type: 'backend'
96+
secrets: inherit

0 commit comments

Comments
ย (0)