Skip to content

Commit

Permalink
issue #33: remove deplyment URL fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
vivalareda committed Nov 23, 2023
1 parent 5634312 commit 83eb180
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/workflow-vercel-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,10 @@ jobs:
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }}

- name: vercel-preview-url
uses: zentered/[email protected]
id: vercel_preview_url
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
with:
vercel_team_id: ${{ secrets.VERCEL_ORG_ID }}
vercel_project_id: ${{ secrets.VERCEL_PROJECT_ID }}
- run: sleep 30

- name: Comment on PR
uses: JoseThen/[email protected]
with:
comment: ${{ steps.vercel_preview_url.outputs}}
comment: "Your deployment is like at https://ai-cfia-website.vercel.app/"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 83eb180

Please sign in to comment.