feat: add deploy

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-06-04 14:55:22 +02:00
parent f9dcc59f3c
commit 88c7acd439
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912
2 changed files with 11 additions and 0 deletions

View File

@ -26,3 +26,6 @@ scripts:
key: "name" key: "name"
"sqlx:prepare": "sqlx:prepare":
type: shell type: shell
"deploy":
type: shell

8
scripts/deploy.sh Executable file
View File

@ -0,0 +1,8 @@
export $(cat .env | xargs)
cuddle_cli x start_deployment
cuddle_cli x render_templates
cuddle_cli x render_como_templates
cuddle_cli x build_release
cuddle_cli x push_release
cuddle_cli x deploy_release