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 @@ -155,17 +155,17 @@ jobs:
155
155
156
156
- name : Set up Fly
157
157
uses :
superfly/flyctl-actions/[email protected]
158
+ env :
159
+ CLOUDINARY_URL : ${{ secrets.CLOUDINARY_URL }}
158
160
159
161
- name : Deploy Staging
160
162
if : ${{ github.ref == 'refs/heads/dev' }}
161
163
run : flyctl deploy --remote-only --build-arg COMMIT_SHA=${{ github.sha }} --app ${{ steps.app_name.outputs.value }}-staging
162
164
env :
163
165
FLY_API_TOKEN : ${{ secrets.FLY_API_TOKEN }}
164
- CLOUDINARY_URL : ${{ secrets.CLOUDINARY_URL }}
165
166
166
167
- name : Deploy Production
167
168
if : ${{ github.ref == 'refs/heads/main' }}
168
169
run : flyctl deploy --remote-only --build-arg COMMIT_SHA=${{ github.sha }} --app ${{ steps.app_name.outputs.value }}
169
170
env :
170
171
FLY_API_TOKEN : ${{ secrets.FLY_API_TOKEN }}
171
- CLOUDINARY_URL : ${{ secrets.CLOUDINARY_URL }}
You can’t perform that action at this time.
0 commit comments