Skip to content

Commit 393c752

Browse files
authored
Merge pull request #18 from nada-deriv/nada/add-deployment-file
chore: add deployment txt file
2 parents abcf870 + ba25caa commit 393c752

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/vercel_DR_publish/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ runs:
4848
run: |
4949
vercel pull --yes --token=$VERCEL_TOKEN --scope=$VERCEL_SCOPE
5050
51+
- name: Create deployment.txt file
52+
run: echo "This is being published from Vercel" > deployment.txt
53+
shell: bash
54+
5155
- name: Deploy to Vercel (Staging)
5256
env:
5357
VERCEL_TOKEN: ${{ inputs.VERCEL_TOKEN }}

0 commit comments

Comments
 (0)