Update .gitea/workflows/s3-repo-backup.yml
This commit is contained in:
parent
e31dc4f555
commit
496da63d95
1 changed files with 26 additions and 27 deletions
|
@ -4,12 +4,12 @@ on:
|
|||
push:
|
||||
branches: [ master ]
|
||||
|
||||
env:
|
||||
env:
|
||||
S3_BACKUP_ENDPOINT: https://s3.dunemask.net
|
||||
S3_BACKUP_KEY_ID: gitea-repo-backup
|
||||
S3_BACKUP_KEY: ${{ secrets.S3_REPO_BACKUP_KEY }}
|
||||
REPO_DIR: ${{ gitea.workspace }}/${{ gitea.respository }}
|
||||
jobs:
|
||||
jobs:
|
||||
s3-repo-backup:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
@ -29,4 +29,3 @@ on:
|
|||
- name: Status Alert
|
||||
if: always()
|
||||
run: echo "The Job ended with status ${{ job.status }}."
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue