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 9 additions and 0 deletions
Showing only changes of commit ee1a8566a4 - Show all commits

View File

@ -32,6 +32,15 @@ jobs:
&& umask 0002 \
&& 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
run: |
cd ./public