File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 19
19
fi
20
20
21
21
rm -rf ./web/log
22
- rsync --delete --rsh=" sshpass -p $remote_password ssh -l root" -a ./web/public/javascripts " $1 :/root/chaipcr/web/public"
23
- rsync --delete --rsh=" sshpass -p $remote_password ssh -l root" -a ./web/public/stylesheets " $1 :/root/chaipcr/web/public"
24
- rsync --delete --rsh=" sshpass -p $remote_password ssh -l root" -a ./web/public/fonts " $1 :/root/chaipcr/web/public"
25
- rsync --delete --rsh=" sshpass -p $remote_password ssh -l root" -a ./web/public/images " $1 :/root/chaipcr/web/public"
26
- rsync --delete --rsh=" sshpass -p $remote_password ssh -l root" -a ./web/app/views " $1 :/root/chaipcr/web/app"
22
+ rsync --delete --rsh=" sshpass -p $remote_password ssh -oStrictHostKeyChecking=no - l root" -a ./web/public/javascripts " $1 :/root/chaipcr/web/public"
23
+ rsync --delete --rsh=" sshpass -p $remote_password ssh -oStrictHostKeyChecking=no - l root" -a ./web/public/stylesheets " $1 :/root/chaipcr/web/public"
24
+ rsync --delete --rsh=" sshpass -p $remote_password ssh -oStrictHostKeyChecking=no - l root" -a ./web/public/fonts " $1 :/root/chaipcr/web/public"
25
+ rsync --delete --rsh=" sshpass -p $remote_password ssh -oStrictHostKeyChecking=no - l root" -a ./web/public/images " $1 :/root/chaipcr/web/public"
26
+ rsync --delete --rsh=" sshpass -p $remote_password ssh -oStrictHostKeyChecking=no - l root" -a ./web/app/views " $1 :/root/chaipcr/web/app"
Original file line number Diff line number Diff line change 5
5
< meta charset ="utf-8 ">
6
6
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
8
- < link rel ="stylesheet " href ="/stylesheets/application-debug .css " media ="all ">
8
+ < link rel ="stylesheet " href ="/stylesheets/application-33a47fc9a18c239d97adf6407ffa86 .css " media ="all ">
9
9
< link rel ="shortcut icon " href ="favicon.ico?v=4 " />
10
- < script type ="text/javascript " src ="/javascripts/application-debug .js "> </ script >
10
+ < script type ="text/javascript " src ="/javascripts/application-56b7a332d2a6f00b7520936b2e9e51 .js "> </ script >
11
11
<%= csrf_meta_tags %>
12
12
</ head >
13
13
< body >
You can’t perform that action at this time.
0 commit comments