@@ -83,26 +83,26 @@ jobs:
83
83
virtualenvs-path : ~/my-custom-path
84
84
installer-parallel : true
85
85
- run : yarn install-deps
86
- # - name: "Build frontend with env vars"
87
- # run: yarn build:frontend
88
- # env:
89
- # NODE_ENV: production
90
- # DEV_RPC: https://rpc-gate.autonolas.tech/gnosis-rpc/
91
- # IS_STAGING: ${{ github.ref != 'refs/heads/main' && 'true' || 'false' }}
92
- # FORK_URL: https://rpc-gate.autonolas.tech/gnosis-rpc/
93
- # - run: rm -rf /dist
94
- # - name: "Build, notarize, publish"
95
- # env:
96
- # APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLEIDPASS }}
97
- # APPLE_ID: ${{ secrets.APPLEID }}
98
- # APPLETEAMID: ${{ secrets.APPLETEAMID }}
99
- # CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
100
- # CSC_LINK: ${{ secrets.CSC_LINK }}
101
- # GH_TOKEN: ${{ secrets.github_token}}
102
- # NODE_ENV: production
103
- # DEV_RPC: https://rpc-gate.autonolas.tech/gnosis-rpc/
104
- # FORK_URL: https://rpc-gate.autonolas.tech/gnosis-rpc/
105
- # run: node build.js
86
+ - name : " Build frontend with env vars"
87
+ run : yarn build:frontend
88
+ env :
89
+ NODE_ENV : production
90
+ DEV_RPC : https://rpc-gate.autonolas.tech/gnosis-rpc/
91
+ IS_STAGING : ${{ github.ref != 'refs/heads/main' && 'true' || 'false' }}
92
+ FORK_URL : https://rpc-gate.autonolas.tech/gnosis-rpc/
93
+ - run : rm -rf /dist
94
+ - name : " Build, notarize, publish"
95
+ env :
96
+ APPLE_APP_SPECIFIC_PASSWORD : ${{ secrets.APPLEIDPASS }}
97
+ APPLE_ID : ${{ secrets.APPLEID }}
98
+ APPLETEAMID : ${{ secrets.APPLETEAMID }}
99
+ CSC_KEY_PASSWORD : ${{ secrets.CSC_KEY_PASSWORD }}
100
+ CSC_LINK : ${{ secrets.CSC_LINK }}
101
+ GH_TOKEN : ${{ secrets.github_token}}
102
+ NODE_ENV : production
103
+ DEV_RPC : https://rpc-gate.autonolas.tech/gnosis-rpc/
104
+ FORK_URL : https://rpc-gate.autonolas.tech/gnosis-rpc/
105
+ run : node build.js
106
106
- name : " Build frontend with dev env vars"
107
107
run : yarn build:frontend
108
108
env :
0 commit comments