Skip to content

Commit

Permalink
Merge pull request #100 from deriv-com/ako/fix-staging-workflow
Browse files Browse the repository at this point in the history
Ako/ remove unneeded steps
  • Loading branch information
ali-hosseini-deriv authored Jun 5, 2024
2 parents fa7012b + 5ec97a6 commit 25cc9ef
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-and-deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,3 @@ jobs:
echo "------"
preview_url=https://$branch.$projectName.pages.dev
cat log.txt
if grep -q "Deployment complete" log.txt; then
echo "preview_url=$preview_url" >> "$GITHUB_OUTPUT"
echo $preview_url > .pr/PREVIEW_URL
else
echo "Deployment to Cloudflare Pages failed."
exit 1
fi

0 comments on commit 25cc9ef

Please sign in to comment.