File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818 env : ${{ steps.set-env.outputs.env }}
1919 steps :
2020 - id : set-env
21- run : |
22- if [ "${{ github.ref_name }}" == "master" ]; then
21+ run : |
22+ if [ "${{ github.ref_name }}" == "master" ] || [ "${{ github.ref_name }}" == "fix-cloudflare-deployment-scripts-update" ] ; then
2323 export ENV=production
2424 fi
2525
26- if [ "${{ github.ref_name }}" == "dev" ] || [ "${{ github.ref_name }}" == "fix-cloudflare-deployment-scripts-update" ] ; then
26+ if [ "${{ github.ref_name }}" == "dev" ]; then
2727 export ENV=staging
2828 fi
2929
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ routes = [
1515
1616[env .production ]
1717routes = [
18- { pattern = " api-polygon-tokens.polygon.technology" , custom_domain = true },
18+ { pattern = " api-polygon-tokens-cf .polygon.technology" , custom_domain = true },
1919]
You can’t perform that action at this time.
0 commit comments