feat: add deploy
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
f9dcc59f3c
commit
88c7acd439
@ -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
8
scripts/deploy.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user