Merge staging changes from quicktest to new branch"
CICD / Explore-Gitea-Actions (push) Failing after 49s
Details
CICD / Explore-Gitea-Actions (push) Failing after 49s
Details
This commit is contained in:
parent
6cc39f04f0
commit
ee1a8566a4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue