We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79ad9d5 commit 34c16b6Copy full SHA for 34c16b6
.controlplane/controlplane.yml
@@ -34,6 +34,9 @@ aliases:
34
# Configure the workload name used when maintenance mode is on (defaults to "maintenance").
35
maintenance_workload: maintenance
36
37
+ # Configure the script to run when releasing an app., either with deploy-image or promote-app-from-upstream
38
+ release_script: release_script.sh
39
+
40
apps:
41
react-webpack-rails-tutorial:
42
# Simulate Production Version
@@ -47,7 +50,6 @@ apps:
47
50
48
51
upstream: react-webpack-rails-tutorial-staging
49
52
- release_script: release_script.sh
53
54
react-webpack-rails-tutorial-staging:
55
<<: *common
0 commit comments