File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,17 +11,17 @@ matrix:
11
11
- php : nightly
12
12
fast_finish : true
13
13
addons :
14
- - ssh_know_hosts :
14
+ - ssh_know_hosts :
15
15
- " $ssh_host"
16
16
apt :
17
17
packages :
18
18
- sshpass
19
19
before_install :
20
- - openssl aes-256-cbc -K $encrypted_bbba74f7c321_key -iv $encrypted_bbba74f7c321_iv
20
+ - openssl aes-256-cbc -K $encrypted_d3ab20633711_key -iv $encrypted_d3ab20633711_iv
21
21
-in deploy_rsa.enc -out deploy_rsa -d
22
22
- sudo apt-get install sshpass
23
23
install :
24
- - echo -e "Install"
24
+ - echo -e "Install"
25
25
script : phpunit --version
26
26
after_success :
27
27
- eval "$(ssh-agent -s)"
@@ -32,7 +32,7 @@ deploy:
32
32
- provider : script
33
33
script : sshpass -p '$ssh_user_pass' ssh $ssh_user@$ssh_host "sh $path_script_deploy_portal_master"
34
34
skip_cleanup : true
35
- on :
35
+ on :
36
36
branch : master
37
37
cache :
38
38
directories :
You can’t perform that action at this time.
0 commit comments