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 3838 env :
3939 source-war : ' target/*.war'
4040 source-zip : ' target/*.zip'
41- destination : ' debian@vm.cerberus-testing.org:/opt/delivery/'
41+ destination : ' debian@vm.cerberus-testing.org:/opt/delivery/tmp/ '
4242 run : |
4343 cd source
4444 echo "${{secrets.DEPLOY_KEY}}" > deploy_key
5151 cd source
5252 echo "${{secrets.DEPLOY_KEY}}" > deploy_key
5353 chmod 600 ./deploy_key
54- ssh -i ./deploy_key -o StrictHostKeyChecking=no debian@vm.cerberus-testing.org "/opt/bin/deployPREPROD.sh /opt/delivery/`find -type f -name cerberus-core*war | sed 's/.\/target\///g'`"
54+ ssh -i ./deploy_key -o StrictHostKeyChecking=no debian@vm.cerberus-testing.org "/opt/bin/deployPREPROD.sh /opt/delivery/tmp/ `find -type f -name cerberus-core*war | sed 's/.\/target\///g'`"
You can’t perform that action at this time.
0 commit comments