mirror of
https://github.com/alrayyes/st
synced 2023-11-14 15:56:30 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
09a3f171c5
commit
e4451ef414
@ -37,8 +37,5 @@ deploy_package:
|
|||||||
image: python:alpine
|
image: python:alpine
|
||||||
stage: deploy_package
|
stage: deploy_package
|
||||||
script:
|
script:
|
||||||
- mkdir ~/.aws/
|
|
||||||
- touch ~/.aws/credentials
|
|
||||||
- pip install awscli
|
- pip install awscli
|
||||||
- printf "[eb-cli]\naws_access_key_id = %s\naws_secret_access_key = %s\n" "$AWS_ACCESS_KEY_ID" "$AWS_SECRET_ACCESS_KEY" >> ~/.aws/credentials
|
|
||||||
- aws s3 sync *.pkg.tar.xz s3://s3.eu-central-1.wasabisys.com/my-arch-repo/ --acl public-read
|
- aws s3 sync *.pkg.tar.xz s3://s3.eu-central-1.wasabisys.com/my-arch-repo/ --acl public-read
|
Loading…
Reference in New Issue
Block a user