test
CICD / Explore-Gitea-Actions (push) Failing after 52s Details

This commit is contained in:
Isaac Johnson 2026-06-23 20:14:26 -05:00
parent 564aae377e
commit c0b33a1b46
1 changed files with 1 additions and 1 deletions

View File

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