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 10
10
steps :
11
11
- name : Teardown surge preview
12
12
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 }}
14
14
- name : Update PR status comment
15
15
uses : actions-cool/maintain-one-comment@v3.0.0
16
16
with :
19
19
🙈 The PR is closed and the preview is expired.
20
20
<!-- Sticky Pull Request Comment -->
21
21
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:
24
24
rm -f pr-id.txt
25
25
- name : Publishing to surge for preview
26
26
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 }}
28
28
- name : Update PR status comment on success
29
29
uses : actions-cool/maintain-one-comment@v3.0.0
30
30
with :
31
31
token : ${{ secrets.GITHUB_TOKEN }}
32
32
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
34
34
<img width="300" src="https://user-images.githubusercontent.com/507615/90250366-88233900-de6e-11ea-95a5-84f0762ffd39.png">
35
35
<!-- Sticky Pull Request Comment -->
36
36
body-include : ' <!-- Sticky Pull Request Comment -->'
You can’t perform that action at this time.
0 commit comments