Commit 9f6469b 1 parent 798ea36 commit 9f6469b Copy full SHA for 9f6469b
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- RAILS_ENV=staging
3
+ RAILS_ENV=production
4
4
5
- ssh -A watchdoge -- RAILS_APP_BRANCH=migration/api-entreprise /usr/local/bin/rails_deploy_datapass_reborn_$RAILS_ENV .sh
5
+ ssh -A watchdoge -- RAILS_APP_BRANCH=develop /usr/local/bin/rails_deploy_datapass_reborn_$RAILS_ENV .sh
6
6
scp app/migration/.pgpassword watchdoge:.
7
7
ssh -A watchdoge -- sudo mv .pgpassword /var/www/datapass_reborn_$RAILS_ENV /current/app/migration/
8
8
scp app/migration/.ovh.yml watchdoge:.
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ pg_password=`cat app/migration/.pgpassword`
7
7
cd /var/www/datapass_reborn_$RAILS_ENV /current
8
8
9
9
# # TODO TO CHANGE
10
- RAILS_ENV=staging
11
- LOCAL=true
10
+ RAILS_ENV=production
11
+ LOCAL=false
12
12
# # END TODO
13
13
14
14
export RAILS_ENV LOCAL
You can’t perform that action at this time.
0 commit comments