Merge staging changes from quicktest to new branch"
CICD / Explore-Gitea-Actions (push) Failing after 49s Details

This commit is contained in:
Isaac Johnson 2026-06-25 13:30:45 -05:00
parent 6cc39f04f0
commit ee1a8566a4
1 changed files with 9 additions and 0 deletions

View File

@ -32,6 +32,15 @@ jobs:
&& umask 0002 \ && umask 0002 \
&& DEBIAN_FRONTEND=noninteractive apt install -y awscli && DEBIAN_FRONTEND=noninteractive apt install -y awscli
- name: Sync to AWS
run: |
cd ./public
aws s3 cp --recursive --acl public-read ./ s3://fb-tech-test/
if: gitea.ref != 'refs/heads/main'
env: # Or as an environment variable
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWSSECRETKEY }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWSSECRETID }}
- name: Sync to AWS - name: Sync to AWS
run: | run: |
cd ./public cd ./public