Update build.yml
This commit is contained in:
@@ -36,7 +36,6 @@ jobs:
|
|||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
if: false
|
|
||||||
needs: [pack]
|
needs: [pack]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@@ -52,4 +51,4 @@ jobs:
|
|||||||
username: ${{ secrets.SERVER_USER }}
|
username: ${{ secrets.SERVER_USER }}
|
||||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
source: ${{ env.PBO_NAME }}
|
source: ${{ env.PBO_NAME }}
|
||||||
target: /path/to/server/mpmissions/
|
target: /home/arma3server/serverfiles/mpmissions/
|
||||||
|
|||||||
Reference in New Issue
Block a user