mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Fix CircleCI file
This commit is contained in:
parent
f1c8fd5e10
commit
d773794e28
1 changed files with 1 additions and 1 deletions
|
@ -29,4 +29,4 @@ deployment:
|
||||||
branch: /.*/
|
branch: /.*/
|
||||||
commands:
|
commands:
|
||||||
- ssh -p $OMR_DEPLOY_PORT deploy@$OMR_DEPLOY_HOST mkdir -p deploy/$OMR_PATH
|
- ssh -p $OMR_DEPLOY_PORT deploy@$OMR_DEPLOY_HOST mkdir -p deploy/$OMR_PATH
|
||||||
- rsync -av --delete-after source/bin/ -e "ssh -s -p $OMR_DEPLOY_PORT" deploy@$OMR_DEPLOY_HOST:deploy/$OMR_PATH
|
- rsync -av --delete-after source/bin/ -e "ssh -q -p $OMR_DEPLOY_PORT" deploy@$OMR_DEPLOY_HOST:deploy/$OMR_PATH
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue