@@ -144,19 +144,16 @@ jobs:
144144 GATSBY_FEDS_PRIVACY_ID : ${{ secrets.AIO_FEDS_PRIVACY_ID }}
145145
146146 - name : Deploy
147- uses : icaraps /static-website-deploy@master
147+ uses : AdobeDocs /static-website-deploy@master
148148 with :
149149 enabled-static-website : ' true'
150150 source : ' public'
151151 target : ${{ needs.set-state.outputs.path_prefix }}
152152 connection-string : ${{ secrets.AIO_AZURE_DEV_CONNECTION_STRING }}
153153 remove-existing-files : ' true'
154154 exclude-subfolder : ${{ needs.set-state.outputs.exclude_subfolder }}
155- - name : Delay purge
156- run : sleep 60s
157- shell : bash
158155 - name : Purge Fastly Cache
159- uses : icaraps /gatsby-fastly-purge-action@master
156+ uses : AdobeDocs /gatsby-fastly-purge-action@master
160157 with :
161158 fastly-token : ${{ secrets.AIO_FASTLY_TOKEN }}
162159 fastly-url : ' ${{ secrets.AIO_FASTLY_DEV_URL}}${{ needs.set-state.outputs.path_prefix }}'
@@ -252,19 +249,16 @@ jobs:
252249 GATSBY_ALGOLIA_INDEX_ENV_PREFIX : ${{ secrets.AIO_ALGOLIA_INDEX_ENV_PREFIX }}
253250 GATSBY_FEDS_PRIVACY_ID : ${{ secrets.AIO_FEDS_PRIVACY_ID }}
254251 - name : Deploy
255- uses : icaraps /static-website-deploy@master
252+ uses : AdobeDocs /static-website-deploy@master
256253 with :
257254 enabled-static-website : ' true'
258255 source : ' public'
259256 target : ${{ needs.set-state.outputs.path_prefix }}
260257 connection-string : ${{ secrets.AIO_AZURE_PROD_CONNECTION_STRING }}
261258 remove-existing-files : ' true'
262259 exclude-subfolder : ${{ needs.set-state.outputs.exclude_subfolder }}
263- - name : Delay purge
264- run : sleep 60s
265- shell : bash
266260 - name : Purge Fastly Cache
267- uses : icaraps /gatsby-fastly-purge-action@master
261+ uses : AdobeDocs /gatsby-fastly-purge-action@master
268262 with :
269263 fastly-token : ${{ secrets.AIO_FASTLY_TOKEN }}
270264 fastly-url : ' ${{ secrets.AIO_FASTLY_PROD_URL }}${{ needs.set-state.outputs.path_prefix }}'
0 commit comments