-
Notifications
You must be signed in to change notification settings - Fork 542
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,18 +23,6 @@ jobs: | |
cd assets | ||
rm -f Duet2CombinedFirmware.bin DuetMaestroFirmware.bin Duet*_SD*.bin Duet3_CAN*.bin DuetWiFi*.bin | ||
# Upload assets to dev feed on pkg.duet3d.com | ||
- name: Upload files to dev feed | ||
uses: Creepios/[email protected] | ||
with: | ||
host: pkg.duet3d.com | ||
port: 22 | ||
username: ${{ secrets.PKG_SSH_USER }} | ||
password: ${{ secrets.PKG_SSH_PASS }} | ||
privateKey: ${{ secrets.PKG_SSH_KEY }} | ||
localPath: ./assets | ||
remotePath: /var/rrf-pkg/dev | ||
|
||
# Upload assets to (un)stable feed on pkg.duet3d.com | ||
- name: Upload files to primary feed | ||
uses: Creepios/[email protected] | ||
|