Skip to content

Commit ea5318b

Browse files
committed
docs: display deployment urls
1 parent b00d0b8 commit ea5318b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Its development static hosting and file-serving architecture are closer to tradi
1919
- [Local-Built Development Image](#local-built-development-image)
2020
- [Building Docker Images](#building-docker-images)
2121
- [Deployment with GitHub Actions](#deployment-with-github-actions)
22+
- [Deployment URLs](#deployment-urls)
2223
- [Debugging Notes](#debugging-notes)
2324
- [Debugging Traditional Web Apps in VSCode](#debugging-traditional-webapps-in-vscode)
2425
- [References](#references)
@@ -176,6 +177,15 @@ Add the following GitHub Secrets and Variables to enable deployment to Docker Hu
176177
| --- | --- |
177178
| DOCKERHUB_USERNAME | (Optional) Docker Hub username. Required to enable pushing the development image to Docker Hub. |
178179

180+
## Deployment URLs
181+
182+
**Docker Hub**<br>
183+
https://hub.docker.com/r/weaponsforge/livereload-basic
184+
185+
**Live Preview (Sample Website)**<br>
186+
https://weaponsforge.github.io/livereload-basic/
187+
188+
179189
## Debugging Notes
180190

181191
<details>

0 commit comments

Comments
 (0)