Skip to content

Commit

Permalink
Nightly image builds: Don't upload raw disk image
Browse files Browse the repository at this point in the history
  • Loading branch information
lutoma committed Nov 16, 2023
1 parent af7c6b2 commit 58b9157
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ jobs:
- name: Import SSH key
run: 'echo "${{ secrets.SSH_KEY }}" > /root/.ssh/id_ed25519 && chmod 600 /root/.ssh/id_ed25519'


- name: Upload to server
run: rsync -z xelix-nightly.* repoupdate@pkgs.xelix.org:/var/www/pkgs.xelix.org
run: rsync -z --exclude xelix-nightly.img xelix-nightly.* repoupdate@pkgs.xelix.org:/var/www/pkgs.xelix.org

0 comments on commit 58b9157

Please sign in to comment.