We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda2d83 commit 4784fd6Copy full SHA for 4784fd6
.github/workflows/deploy.yml
@@ -161,9 +161,11 @@ jobs:
161
run: flyctl deploy --remote-only --build-arg COMMIT_SHA=${{ github.sha }} --app ${{ steps.app_name.outputs.value }}-staging
162
env:
163
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
164
+ CLOUDINARY_URL: ${{ secrets.CLOUDINARY_URL }}
165
166
- name: Deploy Production
167
if: ${{ github.ref == 'refs/heads/main' }}
168
run: flyctl deploy --remote-only --build-arg COMMIT_SHA=${{ github.sha }} --app ${{ steps.app_name.outputs.value }}
169
170
171
0 commit comments