@@ -146,16 +146,6 @@ jobs:
146146 tags : |
147147 ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_SHA_TAG }}-release-${{ env.POSTFIX }}
148148
149- - name : Report sage-docs-site production deployment to GetDX
150- if : ${{ env.POSTFIX == 'production' }}
151- uses : Kajabi/getdx-deployment-identifier-action@main
152- env :
153- POSTFIX : ${{ needs.setup.outputs.postfix }}
154- with :
155- getdx-instance-name : ' kajabi'
156- getdx-token : ${{ secrets.GETDX_DEPLOYMENT_TOKEN }}
157- service-name : ' sage-docs-site'
158-
159149 # This is kind of "hacky", but we were having problems with the Dockerfile doing a
160150 # correct build for Storybook. This will build it on the runner and then just copy
161151 # over the folder
@@ -206,16 +196,6 @@ jobs:
206196 tags : |
207197 ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_SHA_TAG }}-release-${{ env.POSTFIX }}
208198
209- - name : Report sage-storybook-site production deployment to GetDX
210- if : ${{ env.POSTFIX == 'production' }}
211- uses : Kajabi/getdx-deployment-identifier-action@main
212- env :
213- POSTFIX : ${{ needs.setup.outputs.postfix }}
214- with :
215- getdx-instance-name : ' kajabi'
216- getdx-token : ${{ secrets.GETDX_DEPLOYMENT_TOKEN }}
217- service-name : ' sage-storybook-site'
218-
219199 deploy-sassdocs-site :
220200 needs : [setup, login]
221201 runs-on : ubuntu-latest
@@ -258,13 +238,3 @@ jobs:
258238 push : true
259239 tags : |
260240 ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_SHA_TAG }}-release-${{ env.POSTFIX }}
261-
262- - name : Report sage-storybook-site production deployment to GetDX
263- if : ${{ env.POSTFIX == 'production' }}
264- uses : Kajabi/getdx-deployment-identifier-action@main
265- env :
266- POSTFIX : ${{ needs.setup.outputs.postfix }}
267- with :
268- getdx-instance-name : ' kajabi'
269- getdx-token : ${{ secrets.GETDX_DEPLOYMENT_TOKEN }}
270- service-name : ' sage-sassdocs-site'
0 commit comments