[CHORE] Adjust repository backup path
This commit is contained in:
parent
9e1f62f2b1
commit
d63f866cb8
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ jobs:
|
||||||
ACCESS_KEY_ID: ${{ env.S3_BACKUP_KEY_ID }}
|
ACCESS_KEY_ID: ${{ env.S3_BACKUP_KEY_ID }}
|
||||||
SECRET_ACCESS_KEY: ${{ env.S3_BACKUP_KEY }}
|
SECRET_ACCESS_KEY: ${{ env.S3_BACKUP_KEY }}
|
||||||
MIRROR_SOURCE: ${{ env.REPO_DIR }}
|
MIRROR_SOURCE: ${{ env.REPO_DIR }}
|
||||||
MIRROR_TARGET: repository-backups/${{ gitea.repository }}
|
MIRROR_TARGET: backups/gitea-repositories/${{ gitea.repository }}
|
||||||
STORAGE_SERVICE_URL: ${{env.S3_BACKUP_ENDPOINT}}
|
STORAGE_SERVICE_URL: ${{env.S3_BACKUP_ENDPOINT}}
|
||||||
with:
|
with:
|
||||||
args: --overwrite --remove
|
args: --overwrite --remove
|
||||||
|
|
Reference in a new issue