File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
if : branch = master
16
16
before_script :
17
17
- docker pull philm/ansible_playbook
18
- - git clone https://github.com/biojs/biojs-backend-ansible.git
18
+ - git clone -b master https://github.com/biojs/biojs-backend-ansible.git
19
19
- openssl aes-256-cbc -K $encrypted_cf08b333dbdc_key -iv $encrypted_cf08b333dbdc_iv
20
20
-in deployment-key.enc -out ~/.ssh/id_rsa -d
21
21
script :
30
30
if : branch = production
31
31
before_script :
32
32
- docker pull philm/ansible_playbook
33
- - git clone https://github.com/biojs/biojs-backend-ansible.git
33
+ - git clone -b production https://github.com/biojs/biojs-backend-ansible.git
34
34
- openssl aes-256-cbc -K $encrypted_cf08b333dbdc_key -iv $encrypted_cf08b333dbdc_iv
35
35
-in deployment-key.enc -out ~/.ssh/id_rsa -d
36
36
script :
You can’t perform that action at this time.
0 commit comments