ci: Remove gitpod config

This commit is contained in:
Thomas A. Christensen II 2024-12-15 15:52:13 -06:00
parent 8b2cdb8f2f
commit 570091242d
Signed by: millironx
GPG key ID: 19A2EF3A3C0C18A9

View file

@ -1,10 +0,0 @@
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
tasks:
- name: Install Hugo dependencies
before: brew install hugo
init: echo "Your version of Hugo is `hugo version`"
command: npm ci && hugo server -D -F --baseUrl $(gp url 1313) --liveReloadPort=443 --appendPort=false --bind=0.0.0.0
# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
ports:
- port: 1313
onOpen: open-preview