Skip to content

Commit 34c16b6

Browse files
committed
Updates for deployment
1 parent 79ad9d5 commit 34c16b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.controlplane/controlplane.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ aliases:
3434
# Configure the workload name used when maintenance mode is on (defaults to "maintenance").
3535
maintenance_workload: maintenance
3636

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+
3740
apps:
3841
react-webpack-rails-tutorial:
3942
# Simulate Production Version
@@ -47,7 +50,6 @@ apps:
4750

4851
upstream: react-webpack-rails-tutorial-staging
4952

50-
release_script: release_script.sh
5153

5254
react-webpack-rails-tutorial-staging:
5355
<<: *common

0 commit comments

Comments
 (0)