-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Calculate changed apps
- Loading branch information
Showing
84 changed files
with
16,819 additions
and
38,774 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 |
---|---|---|
|
@@ -93,3 +93,15 @@ jobs: | |
--header "x-dm-version: 1.0.0" \ | ||
--header "Content-Type: application/x-www-form-urlencoded" \ | ||
--header "Authorization: Basic $SUBSCRIPTIONS_BASIC_AUTH" | ||
- name: Run backup | ||
uses: appleboy/[email protected] | ||
with: | ||
host: ${{ secrets.PRODUCTION_SSH_HOST }} | ||
username: ${{ secrets.PRODUCTION_SSH_USER }} | ||
key: ${{ secrets.PRODUCTION_SSH_KEY }} | ||
command_timeout: 10m | ||
script_stop: true | ||
script: | | ||
cd workspace/DucksManager2/packages/backup | ||
docker compose run --rm --no-deps backup |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.