mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
WIP
This commit is contained in:
parent
a656fb934a
commit
904cb56c6e
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -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"
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user