UPD CDCI 4
All checks were successful
Upload to s3 / Upload-to-s3 (push) Successful in 2m2s

This commit is contained in:
stirelshka8 2024-07-20 10:59:36 +03:00
parent a4086feee0
commit 3b7c0f33a7

View File

@ -5,7 +5,7 @@ on:
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
build_and_deploy:
Upload-to-s3:
runs-on: ubuntu-latest
steps:
- name: Checkout code
@ -32,7 +32,7 @@ jobs:
echo "$TAG"
TAG="${TAG#refs/tags/}"
echo "$TAG"
TAG="${TAG#v"
TAG="${TAG#v}"
echo "$TAG"
echo "$TAG" > versionagent.txt
aws --endpoint-url=http://${{ secrets.AWS_HOST }} s3 cp ./versionagent.txt s3://doc