Skip to content

Commit c30de1d

Browse files
authored
Merge pull request #1714 from quarkusio/domain
Update PR preview and teardown URL domains
2 parents c68ded5 + 99bef3f commit c30de1d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/preview-teardown.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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/maintain-one-comment@v3.0.0
1616
with:
@@ -19,4 +19,4 @@ jobs:
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 }}

.github/workflows/preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/maintain-one-comment@v3.0.0
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 -->'

0 commit comments

Comments
 (0)