File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 steps :
1111 - name : Teardown surge preview
1212 id : deploy
13- run : npx surge teardown https://quarkus-io -pr-${{ github.event.number }}-preview.surge.sh --token ${{ secrets.SURGE_TOKEN }}
13+ run : npx surge teardown https://quarkus-website -pr-${{ github.event.number }}-preview.surge.sh --token ${{ secrets.SURGE_TOKEN }}
1414 - name : Update PR status comment
1515 uses :
actions-cool/[email protected] 1616 with :
1919 🙈 The PR is closed and the preview is expired.
2020 <!-- Sticky Pull Request Comment -->
2121 body-include : ' <!-- Sticky Pull Request Comment -->'
22- number : ${{ github.event.number }}
22+ number : ${{ github.event.number }}
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
2424 rm -f pr-id.txt
2525 - name : Publishing to surge for preview
2626 id : deploy
27- run : npx surge ./ --domain https://quarkus-io -pr-${{ steps.pr.outputs.id }}-preview.surge.sh --token ${{ secrets.SURGE_TOKEN }}
27+ run : npx surge ./ --domain https://quarkus-website -pr-${{ steps.pr.outputs.id }}-preview.surge.sh --token ${{ secrets.SURGE_TOKEN }}
2828 - name : Update PR status comment on success
2929 uses :
actions-cool/[email protected] 3030 with :
3131 token : ${{ secrets.GITHUB_TOKEN }}
3232 body : |
33- 🎊 PR Preview ${{ github.sha }} has been successfully built and deployed to https://quarkus-io -pr-${{ steps.pr.outputs.id }}-preview.surge.sh
33+ 🎊 PR Preview ${{ github.sha }} has been successfully built and deployed to https://quarkus-website -pr-${{ steps.pr.outputs.id }}-preview.surge.sh
3434 <img width="300" src="https://user-images.githubusercontent.com/507615/90250366-88233900-de6e-11ea-95a5-84f0762ffd39.png">
3535 <!-- Sticky Pull Request Comment -->
3636 body-include : ' <!-- Sticky Pull Request Comment -->'
You can’t perform that action at this time.
0 commit comments