File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 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
You canโt perform that action at this time.
0 commit comments