Skip to content

Commit 4784fd6

Browse files
committed
Provide Cloudinary URL to deployment
Hopefully this way it'll build Docker image successfully.
1 parent eda2d83 commit 4784fd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,11 @@ jobs:
161161
run: flyctl deploy --remote-only --build-arg COMMIT_SHA=${{ github.sha }} --app ${{ steps.app_name.outputs.value }}-staging
162162
env:
163163
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
164+
CLOUDINARY_URL: ${{ secrets.CLOUDINARY_URL }}
164165

165166
- name: Deploy Production
166167
if: ${{ github.ref == 'refs/heads/main' }}
167168
run: flyctl deploy --remote-only --build-arg COMMIT_SHA=${{ github.sha }} --app ${{ steps.app_name.outputs.value }}
168169
env:
169170
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
171+
CLOUDINARY_URL: ${{ secrets.CLOUDINARY_URL }}

0 commit comments

Comments
 (0)