Skip to content

Commit 39e5e9b

Browse files
authored
fix: update permanent preview domain (#410)
* fix: update permanent preview domain * chore: test updated domain on feature branch * fix: revert to main branch
1 parent 03b9b44 commit 39e5e9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/permanent_preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
hosting_provider: ${{ vars.HOSTING_PROVIDER }} # 'DIGITAL_OCEAN' or 'AWS'
1616
app_name: frm-boilerplate
1717
app_env: preview
18-
app_hostname: preview--flask-react-template.platform.bettrhq.com
18+
app_hostname: preview.flask-react-template.platform.bettrhq.com
1919
branch: main
2020
checks: "['npm:coverage', 'npm:lint', 'compose:test']"
2121
docker_registry: ${{ vars.DOCKER_REGISTRY }}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ This project has three deployment environments that everyone can access:
2222
- **Permanent Preview**
2323
- Always reflects the latest `main` branch.
2424
- Useful for ongoing testing of the integrated codebase.
25-
- URL: [https://preview--flask-react-template.platform.bettrhq.com](https://preview--flask-react-template.platform.bettrhq.com)
26-
- Temporal Workers Dashboard: [https://preview--flask-react-template.workers-dashboard.platform.bettrhq.com/](https://preview--flask-react-template.workers-dashboard.platform.bettrhq.com/)
25+
- URL: [https://preview.flask-react-template.platform.bettrhq.com](https://preview.flask-react-template.platform.bettrhq.com)
26+
- Temporal Workers Dashboard: [https://preview.flask-react-template.workers-dashboard.platform.bettrhq.com/](https://preview.flask-react-template.workers-dashboard.platform.bettrhq.com/)
2727

2828
## Documentation Directory
2929

0 commit comments

Comments
 (0)