File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 6060 docker push squonk/fragnet-depict:${{ env.GITHUB_REF_SLUG }}
6161 docker tag squonk/fragnet-search:latest squonk/fragnet-search:${{ env.GITHUB_REF_SLUG }}
6262 docker push squonk/fragnet-search:${{ env.GITHUB_REF_SLUG }}
63+
64+ # Deploy 'Depict'
65+ # (to the AWX/im-main Environment)
66+ trigger-awx-depict :
67+ needs : build-and-push-latest
68+ runs-on : ubuntu-latest
69+ environment : awx/im-main
70+ steps :
71+ - uses : informaticsmatters/trigger-awx-action@v1
72+ with :
73+ template : FragnetDepict
74+ template-host : ${{ secrets.AWX_HOST }}
75+ template-user : ${{ secrets.AWX_USER }}
76+ template-user-password : ${{ secrets.AWX_USER_PASSWORD }}
77+ template-var : fs_image_tag
78+ template-var-value : latest
79+
80+ # Deploy 'Search API'
81+ # (to the AWX/DLS Development Environment)
82+ trigger-awx-search :
83+ needs : build-and-push-latest
84+ runs-on : ubuntu-latest
85+ environment : awx/dls-dev
86+ steps :
87+ - uses : informaticsmatters/trigger-awx-action@v1
88+ with :
89+ template : FragnetSearch API
90+ template-host : ${{ secrets.AWX_HOST }}
91+ template-user : ${{ secrets.AWX_USER }}
92+ template-user-password : ${{ secrets.AWX_USER_PASSWORD }}
93+ template-var : fs_image_tag
94+ template-var-value : latest
You can’t perform that action at this time.
0 commit comments