File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments