1-closed-harnesses #2

Merged
builderadmin merged 5 commits from 1-closed-harnesses into main 2026-06-25 22:03:36 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b880ec1103 - Show all commits

View File

@ -35,7 +35,7 @@ jobs:
- name: Sync to AWS
run: |
cd ./public
aws s3 cp --recursive --acl public-read ./ s3://fb-tech-test/
aws s3 cp --recursive ./ s3://fb-tech-test/
if: gitea.ref != 'refs/heads/main'
env: # Or as an environment variable
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWSSECRETKEY }}