correct incorrect document separators (--- instead of ----)
This commit is contained in:
parent
7622d53f3c
commit
02b75601c1
2 changed files with 6 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -22,7 +22,6 @@ container: push
|
||||||
|
|
||||||
justcontainer:
|
justcontainer:
|
||||||
docker build -t $(IMAGE_NAME):$(VERSION) .
|
docker build -t $(IMAGE_NAME):$(VERSION) .
|
||||||
docker push $(IMAGE_NAME):$(VERSION)
|
|
||||||
|
|
||||||
push: pull
|
push: pull
|
||||||
git push
|
git push
|
||||||
|
@ -30,6 +29,9 @@ push: pull
|
||||||
pull:
|
pull:
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
|
run: justcontainer
|
||||||
|
docker run -p 8082:80 $(IMAGE_NAME):$(VERSION)
|
||||||
|
|
||||||
# These run inside the container
|
# These run inside the container
|
||||||
build: venv
|
build: venv
|
||||||
. $(VENV_PATH)/bin/activate && lektor build -O $(BUILDDIR)
|
. $(VENV_PATH)/bin/activate && lektor build -O $(BUILDDIR)
|
||||||
|
|
|
@ -96,7 +96,7 @@ offer1_text:
|
||||||
* Initial set up of the mini router
|
* Initial set up of the mini router
|
||||||
* ungleich mini router with 1 year limited warranty
|
* ungleich mini router with 1 year limited warranty
|
||||||
* 1 ungleich mini router included
|
* 1 ungleich mini router included
|
||||||
----
|
---
|
||||||
offer1_link: https://datacenterlight.ch/product/managed-ipv4-setup/
|
offer1_link: https://datacenterlight.ch/product/managed-ipv4-setup/
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -105,7 +105,7 @@ offer2_title: (B) Managed IPv4 Address: 250 CHF setup fee using existing router
|
||||||
offer2_text:
|
offer2_text:
|
||||||
|
|
||||||
* Initial set up of your router (clarify if your router is compatible first)
|
* Initial set up of your router (clarify if your router is compatible first)
|
||||||
----
|
---
|
||||||
offer2_link: https://datacenterlight.ch/product/managed-ipv4-setup/
|
offer2_link: https://datacenterlight.ch/product/managed-ipv4-setup/
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -114,5 +114,5 @@ offer3_title: Managed IPv4 Address: Yearly IPv4 subscription
|
||||||
offer3_text:
|
offer3_text:
|
||||||
|
|
||||||
* Yearly fee for the static, public IPv4 address
|
* Yearly fee for the static, public IPv4 address
|
||||||
----
|
---
|
||||||
offer3_link: https://datacenterlight.ch/product/managed-ipv4-yearly-2024-11/
|
offer3_link: https://datacenterlight.ch/product/managed-ipv4-yearly-2024-11/
|
||||||
|
|
Loading…
Add table
Reference in a new issue