como/scripts/deploy.sh
kjuulh 3e5309e1e6
feat: update scripts to use new cuddle
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-06-10 14:35:03 +02:00

9 lines
180 B
Bash
Executable File

export $(cat .env | xargs)
cuddle x start_deployment
cuddle x render_templates
cuddle x render_como_templates
cuddle x build_release
cuddle x push_release
cuddle x deploy_release