cuddle-rust-plan/scripts/deploy.sh
kjuulh 878360a476
feat: rename cuddle_cli -> cuddle
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-27 16:28:30 +02:00

8 lines
149 B
Bash
Executable File

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