diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b4f693..a22483e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 \ No newline at end of file + - aws s3 sync . --endpoint-url=https://s3.eu-central-1.wasabisys.com s3://my-arch-repo/ --acl public-read --exclude "*" --include "*.pkg.tar.xz" \ No newline at end of file