mirror of
https://github.com/alrayyes/st.git
synced 2024-11-22 03:16:22 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
2954c1127e
commit
89779aba21
1 changed files with 1 additions and 1 deletions
|
@ -37,4 +37,4 @@ deploy_package:
|
||||||
image: andthensome/awscli
|
image: andthensome/awscli
|
||||||
stage: deploy_package
|
stage: deploy_package
|
||||||
script:
|
script:
|
||||||
- aws s3 sync *.pkg.tar.xz s3://s3.eu-central-1.wasabisys.com/my-arch-repo/ --acl public-read
|
- aws s3 sync . --endpoint-url=https://s3.eu-central-1.wasabisys.com s3://my-arch-repo/ --acl public-read --exclude "*" --include "*.pkg.tar.xz"
|
Loading…
Reference in a new issue