Commit fc5f148 1 parent 41a89eb commit fc5f148 Copy full SHA for fc5f148
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -346,10 +346,10 @@ jobs:
346
346
aws s3 cp --acl public-read --content-type 'application/json' --metadata-directive REPLACE ${{ env.S3_URL }}/.well-known/apple-app-site-association ${{ env.S3_URL }}/.well-known/apple-app-site-association
347
347
aws s3 cp --acl public-read --content-type 'application/json' --metadata-directive REPLACE ${{ env.S3_URL }}/.well-known/apple-app-site-association ${{env.S3_URL }}/apple-app-site-association
348
348
env :
349
- S3_URL : s3://${{ fromJSON( env.SHOULD_DEPLOY_PRODUCTION) && '' || 'staging- ' }}expensify-cash
349
+ S3_URL : s3://${{ env.SHOULD_DEPLOY_PRODUCTION != 'true' && 'staging- ' || '' }}expensify-cash
350
350
351
351
- name : Purge Cloudflare cache
352
- run : /home/runner/.local/bin/cli4 --verbose --delete hosts=["${{ fromJSON( env.SHOULD_DEPLOY_PRODUCTION) && '' || 'staging. ' }}new.expensify.com"] /zones/:9ee042e6cfc7fd45e74aa7d2f78d617b/purge_cache
352
+ run : /home/runner/.local/bin/cli4 --verbose --delete hosts=["${{ env.SHOULD_DEPLOY_PRODUCTION != 'true' && 'staging. ' || '' }}new.expensify.com"] /zones/:9ee042e6cfc7fd45e74aa7d2f78d617b/purge_cache
353
353
env :
354
354
CF_API_KEY : ${{ secrets.CLOUDFLARE_TOKEN }}
355
355
You can’t perform that action at this time.
0 commit comments