upd 4
Some checks failed
Upload to S3 / build_and_deploy (push) Failing after 13s

This commit is contained in:
stirelshka8 2024-07-14 16:29:21 +03:00
parent 0aaec7102e
commit 1ee5bd0006

View File

@ -18,6 +18,9 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-west-1
- name: Refresh AWS credentials
run: aws sts get-caller-identity
- name: Upload to S3
run: |
aws s3 cp ./install_agent.sh s3://s3.adminlabs.space/release/${{ github.event.release.tag_name }} --acl public-read