1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Update main.yml

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-09-15 10:25:51 +02:00 committed by GitHub
parent 9af0f77841
commit 57a312ac8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,8 +40,8 @@ jobs:
git checkout develop git checkout develop
fi fi
git pull git pull
cd ${GITHUB_WORKSPACE} cd /github/workspace
ln -s ../../omr ln -s /home/runner/omr
- name: Build toolchain - name: Build toolchain
working-directory: ../../omr working-directory: ../../omr
env: env:
@ -103,7 +103,7 @@ jobs:
with: with:
switches: -av --delete-after switches: -av --delete-after
remote_path: deploy/release/${{env.SOURCE_TAG}}/${{matrix.OMR_TARGET}} remote_path: deploy/release/${{env.SOURCE_TAG}}/${{matrix.OMR_TARGET}}
path: ${{env.GITHUB_WORKSPACE}}/omr/${{matrix.OMR_TARGET}}/source/bin/ path: ./omr/${{matrix.OMR_TARGET}}/source/bin/
remote_key: ${{ secrets.PRIVATE_KEY }} remote_key: ${{ secrets.PRIVATE_KEY }}
remote_user: deploy remote_user: deploy
remote_host: ${{ secrets.OMR_DEPLOY_HOST }} remote_host: ${{ secrets.OMR_DEPLOY_HOST }}
@ -119,7 +119,7 @@ jobs:
with: with:
switches: -av --delete-after switches: -av --delete-after
remote_path: deploy/${{env.SOURCE_BRANCH}}/${{env.OMR_KERNEL}}/${{matrix.OMR_TARGET}} remote_path: deploy/${{env.SOURCE_BRANCH}}/${{env.OMR_KERNEL}}/${{matrix.OMR_TARGET}}
path: ${{env.GITHUB_WORKSPACE}}/omr/${{matrix.OMR_TARGET}}/source/bin/ path: ./omr/${{matrix.OMR_TARGET}}/source/bin/
remote_key: ${{ secrets.PRIVATE_KEY }} remote_key: ${{ secrets.PRIVATE_KEY }}
remote_user: deploy remote_user: deploy
remote_host: ${{ secrets.OMR_DEPLOY_HOST }} remote_host: ${{ secrets.OMR_DEPLOY_HOST }}