mirror of
https://github.com/alrayyes/st.git
synced 2024-11-21 19:06:23 +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
|
||||
stage: deploy_package
|
||||
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