Commit ed32869 1 parent f8c8479 commit ed32869 Copy full SHA for ed32869
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 158
158
159
159
<phingcall target =" deploy:ssh" >
160
160
<property name =" comment" value =" Copying custom CSS" />
161
- <property name =" command" value =" cp ${ deploy.workDir } /www/css/web/style.css ${ deploy.release } /www/css/web | true" />
161
+ <property name =" command" value =" cp ${ deploy.workDir } /www/css/web/style.css ${ deploy.release } /www/css/web || true" />
162
162
</phingcall >
163
163
164
164
<phingcall target =" deploy:ssh" >
165
165
<property name =" comment" value =" Copying old log directory" />
166
- <property name =" command" value =" cp -r ${ deploy.workDir } /www/../log ${ deploy.release } | true" />
166
+ <property name =" command" value =" cp -r ${ deploy.workDir } /www/../log ${ deploy.release } || true" />
167
167
</phingcall >
168
168
169
169
<phingcall target =" deploy:ssh" >
170
170
<property name =" comment" value =" Copying old backup directory" />
171
- <property name =" command" value =" cp -r ${ deploy.workDir } /www/../backup ${ deploy.release } | true" />
171
+ <property name =" command" value =" cp -r ${ deploy.workDir } /www/../backup ${ deploy.release } || true" />
172
172
</phingcall >
173
173
174
174
<phingcall target =" deploy:ssh" >
175
175
<property name =" comment" value =" Copying old img directory" />
176
- <property name =" command" value =" cp -r ${ deploy.workDir } /www/img ${ deploy.release } /www | true" />
176
+ <property name =" command" value =" cp -r ${ deploy.workDir } /www/img ${ deploy.release } /www || true" />
177
177
</phingcall >
178
178
179
179
<phingcall target =" deploy:ssh" >
180
180
<property name =" comment" value =" Copying old files directory" />
181
- <property name =" command" value =" cp -r ${ deploy.workDir } /www/files ${ deploy.release } /www | true" />
181
+ <property name =" command" value =" cp -r ${ deploy.workDir } /www/files ${ deploy.release } /www || true" />
182
182
</phingcall >
183
183
184
184
<phingcall target =" deploy:ssh" >
You can’t perform that action at this time.
0 commit comments