Create an image for db backups

This commit is contained in:
Ajay
2022-05-17 01:29:49 -04:00
parent 901a42d1b4
commit dfbc32617b
5 changed files with 29 additions and 1 deletions

View File

@@ -20,6 +20,14 @@ jobs:
with:
name: "rsync-host"
username: "ajayyy"
folder: "./rsync"
folder: "./containers/rsync"
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
backup-db:
uses: ./.github/workflows/docker-build.yml
with:
name: "db-backup"
username: "ajayyy"
folder: "./containers/backup-db"
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}