feat: CI/CD setup

This commit is contained in:
cellarspoon
2022-01-05 11:02:44 +01:00
parent 36d5d2c976
commit 3a15d4f7d4
6 changed files with 49 additions and 12 deletions

View File

@ -14,6 +14,14 @@ services:
start_period: 15s
volumes:
- content:/src/content
command: |
server
--appendPort='false'
--bind 0.0.0.0
--baseUrl='https://beta.lumbung.space'
--port='1313'
--buildFuture
--watch
deploy:
update_config:
failure_action: rollback