Actualizar .gitea/workflows/backup.yaml
This commit is contained in:
@@ -54,5 +54,4 @@ jobs:
|
|||||||
aws-region: us-east-1
|
aws-region: us-east-1
|
||||||
- name: Upload to MinIO (S3)
|
- name: Upload to MinIO (S3)
|
||||||
run: |
|
run: |
|
||||||
TIMESTAMP=$(date +'%Y-%m-%d_%H-%M-%S')
|
aws --endpoint-url $S3_ENDPOINT s3 cp backup/ s3://$S3_BUCKET/SUPABASE/ --recursive
|
||||||
aws --endpoint-url $S3_ENDPOINT s3 cp backup/ s3://$S3_BUCKET/$TIMESTAMP/ --recursive
|
|
||||||
Reference in New Issue
Block a user