We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abcf870 + ba25caa commit 393c752Copy full SHA for 393c752
.github/actions/vercel_DR_publish/action.yml
@@ -48,6 +48,10 @@ runs:
48
run: |
49
vercel pull --yes --token=$VERCEL_TOKEN --scope=$VERCEL_SCOPE
50
51
+ - name: Create deployment.txt file
52
+ run: echo "This is being published from Vercel" > deployment.txt
53
+ shell: bash
54
+
55
- name: Deploy to Vercel (Staging)
56
env:
57
VERCEL_TOKEN: ${{ inputs.VERCEL_TOKEN }}
0 commit comments