This commit is contained in:
parent
a4086feee0
commit
3b7c0f33a7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user