-
Notifications
You must be signed in to change notification settings - Fork 23
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
1 parent
13e454f
commit 62ebd74
Showing
14 changed files
with
59 additions
and
21 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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
backup | ||
Dockerfile | ||
.gitignore | ||
.git | ||
.git | ||
node_modules |
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
File renamed without changes
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
#!/bin/sh -e | ||
# ********************************************************************* | ||
# ___ ___ ___ ___ ___ | ||
# / __| /_\ \ / /_\ / __| __| | ||
# \__ \/ _ \ V / _ \ (_ | _| | ||
# |___/_/_\_\_/_/_\_\___|___| ___ ___ ___ | ||
# / __|/ _ \| __|_ _\ \ / /_\ | _ \ __| | ||
# \__ \ (_) | _| | | \ \/\/ / _ \| / _| | ||
# |___/\___/|_| |_| \_/\_/_/ \_\_|_\___| | ||
# | ||
# ------------------------------------------------------------------- | ||
# PORTAINER-BACKUP | ||
# https://github.com/SavageSoftware/portainer-backup | ||
# ------------------------------------------------------------------- | ||
# | ||
# This script compiles and builds the current project sources into | ||
# a Docker container image for ARM64 and x86_64 platforms. Next, | ||
# the script publishes the Docker images, publishes the project | ||
# to the NPM registry. | ||
# | ||
# ********************************************************************* | ||
# COPYRIGHT SAVAGESOFTWARE,LLC, @ 2022, ALL RIGHTS RESERVED | ||
# ********************************************************************* | ||
|
||
# BUMP VERSION IN PACKAGE.JSON | ||
npm version patch | ||
|
||
# BUILD AND PUSH DOCKER IMAGES TO: DockerHub | ||
# https://hub.docker.com/repository/docker/savagesoftware/portainer-backup | ||
./build.sh --push | ||
|
||
# PUSH README.MD TO: DockerHub | ||
# https://hub.docker.com/repository/docker/savagesoftware/portainer-backup | ||
docker pushrm savagesoftware/portainer-backup | ||
|
||
# PUBLISH TO: NPM REGISTRY | ||
# https://www.npmjs.com/package/portainer-backup | ||
npm publish |
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
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.