update
CICD / Explore-Gitea-Actions (push) Successful in 58s Details

This commit is contained in:
Isaac Johnson 2026-06-23 19:37:02 -05:00
parent 0b6f9d8b61
commit 345248eaae
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ jobs:
- name: Sync to AWS - name: Sync to AWS
run: | run: |
cd ./public
aws s3 cp --recursive ./ s3://freshbrewed.tech/ aws s3 cp --recursive ./ s3://freshbrewed.tech/
if: gitea.ref == 'refs/heads/main' if: gitea.ref == 'refs/heads/main'
env: # Or as an environment variable env: # Or as an environment variable