forked from netdata/netdata
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CI infrastructure to publish to secondary packaging host. (net…
…data#17863) * Update CI infrastructure to publish to secondary packaging host. * Fix typo.
- Loading branch information
Showing
6 changed files
with
53 additions
and
11 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
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
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 |
---|---|---|
|
@@ -30,9 +30,13 @@ jobs: | |
key: ${{ secrets.NETDATABOT_PACKAGES_SSH_KEY }} | ||
name: id_ecdsa | ||
known_hosts: ${{ secrets.PACKAGES_KNOWN_HOSTS }} | ||
- name: Upload | ||
id: upload | ||
- name: Upload to packages.netdata.cloud | ||
id: upload-primary | ||
continue-on-error: true | ||
run: rsync -vp packaging/installer/kickstart.sh [email protected]:/home/netdatabot/incoming/kickstart.sh | ||
- name: Upload to packages2.netdata.cloud | ||
id: upload-packages2 | ||
run: rsync -vp packaging/installer/kickstart.sh [email protected]:/home/netdatabot/incoming/kickstart.sh | ||
- name: Failure Notification | ||
uses: rtCamp/action-slack-notify@v2 | ||
env: | ||
|
@@ -44,7 +48,8 @@ jobs: | |
${{ github.repository }}: Failed to upload updated kickstart script to repo server. | ||
Checkout: ${{ steps.checkout.outcome }} | ||
Import SSH Key: ${{ steps.ssh-setup.outcome }} | ||
Upload: ${{ steps.upload.outcome }} | ||
Upload to packages.netdata.cloud: ${{ steps.upload-packages.outcome }} | ||
Upload to packages2.netdata.cloud: ${{ steps.upload-packages2.outcome }} | ||
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }} | ||
if: >- | ||
${{ | ||
|
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
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
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