mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-14 19:41:51 +00:00
Fix
This commit is contained in:
parent
0acba6599d
commit
3c1fa4fd38
1 changed files with 2 additions and 2 deletions
|
@ -44,13 +44,13 @@ jobs:
|
|||
- run:
|
||||
name: Build
|
||||
no_output_timeout: 30m
|
||||
command: make -C ~/openmptcprouter/source package/{compile,install,index} target/install -j2
|
||||
command: make -C ~/openmptcprouter/source/$OMR_TARGET package/{compile,install,index} target/install -j2
|
||||
|
||||
- run:
|
||||
name: Deploy
|
||||
command: |
|
||||
ssh -p ${OMR_DEPLOY_PORT:-22} deploy@$OMR_DEPLOY_HOST mkdir -p deploy/release
|
||||
rsync -av --delete-after ~/openmptcprouter/x86_64/source/bin/ -e "ssh -q -p $OMR_DEPLOY_PORT" deploy@$OMR_DEPLOY_HOST:deploy/release/x86_64
|
||||
rsync -av --delete-after ~/openmptcprouter/x86_64/source/bin/ -e "ssh -q -p ${OMR_DEPLOY_PORT:-22}" deploy@$OMR_DEPLOY_HOST:deploy/release/x86_64
|
||||
rm -rf ~/openmptcprouter/source/bin
|
||||
|
||||
- save_cache:
|
||||
|
|
Loading…
Reference in a new issue