Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/actions/vercel_DR_publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ runs:
run: |
vercel pull --yes --token=$VERCEL_TOKEN --scope=$VERCEL_SCOPE

- name: Create deployment.txt file
run: echo "This is being published from Vercel" > deployment.txt
shell: bash

- name: Deploy to Vercel (Staging)
env:
VERCEL_TOKEN: ${{ inputs.VERCEL_TOKEN }}
Expand Down
Loading