From 89779aba216e549b8211dea4e0660f7af4d2b52c Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 17 Jun 2019 14:49:27 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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