Skip to content

Commit

Permalink
Update build-mariadb.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
boonkerz authored May 27, 2024
1 parent e412950 commit ae9d68d
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/build-mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,9 @@ jobs:
mv froxlor-nightly.${{steps.vars.outputs.sha_short}}.zip dist/
mv froxlor-nightly.${{steps.vars.outputs.sha_short}}.zip.sha256 dist/
- name: Deploy nightly to server
uses: easingthemes/ssh-deploy@main
env:
ARGS: "-rltDzvO --chown=${{ secrets.WEB_USER }}:${{ secrets.WEB_USER }}"
SOURCE: "dist/"
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
REMOTE_USER: ${{ secrets.REMOTE_USER }}
TARGET: "${{ secrets.REMOTE_TARGET }}"
- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
with:
name: froxlor-nightly.${{steps.vars.outputs.sha_short}}.zip
path: dist/froxlor-nightly.${{steps.vars.outputs.sha_short}}.zip
retention-days: 5

0 comments on commit ae9d68d

Please sign in to comment.