Actualizar .gitea/workflows/backup.yaml

This commit is contained in:
2026-03-18 14:26:17 +00:00
parent 0df513d4dc
commit 55335e1d77
+1 -2
View File
@@ -54,5 +54,4 @@ jobs:
aws-region: us-east-1
- name: Upload to MinIO (S3)
run: |
TIMESTAMP=$(date +'%Y-%m-%d_%H-%M-%S')
aws --endpoint-url $S3_ENDPOINT s3 cp backup/ s3://$S3_BUCKET/$TIMESTAMP/ --recursive
aws --endpoint-url $S3_ENDPOINT s3 cp backup/ s3://$S3_BUCKET/SUPABASE/ --recursive