Migrate prod:deploy to standalone script
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
#MISE description="Deploy on production and monitor deployment"
|
||||
#MISE confirm="Are you sure you want to deploy to production?"
|
||||
|
||||
set -e
|
||||
|
||||
hurl --test --progress-bar scripts/prod/deploy.hurl
|
||||
Reference in New Issue
Block a user