This commit is contained in:
Paramtamtam 2020-07-08 16:24:23 +05:00
parent a656fb934a
commit 904cb56c6e
No known key found for this signature in database
GPG Key ID: 366371698FAD0A2B
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ jobs: # Docs: <https://git.io/JvxXE>
run: docker build -f ./Dockerfile --tag image:local . run: docker build -f ./Dockerfile --tag image:local .
- name: Run docker image - name: Run docker image
run: docker run --rm -d -p "8080:8080" -e "TEMPLATE_NAME=ghost") image:local run: docker run --rm -d -p "8080:8080" -e "TEMPLATE_NAME=ghost" image:local
- name: Send HTTP request - name: Send HTTP request
run: curl -sS --fail "http://127.0.0.1:8080/500.html" run: curl -sS --fail "http://127.0.0.1:8080/500.html"

View File

@ -8,7 +8,7 @@ The format is based on [Keep a Changelog][keepachangelog] and this project adher
### Changed ### Changed
- WIP - First project release
[keepachangelog]:https://keepachangelog.com/en/1.0.0/ [keepachangelog]:https://keepachangelog.com/en/1.0.0/
[semver]:https://semver.org/spec/v2.0.0.html [semver]:https://semver.org/spec/v2.0.0.html