We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d26352e commit 68e72c8Copy full SHA for 68e72c8
bin/release.sh
@@ -1,4 +1,4 @@
1
#!/usr/bin/env bash
2
3
-bundle exec rails db:migrate
4
-bundle exec rails feature_flags:initialize
+echo "Running release script" &&
+ bundle exec rails feature_flags:initialize
heroku.yml
@@ -11,3 +11,7 @@ run:
11
command:
12
- bundle exec rails jobs:work
13
image: web
14
+release:
15
+ image: web
16
+ command:
17
+ - ./bin/release.sh
0 commit comments