diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dcf6c9b..b2120a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,10 +3,6 @@ image: registry.gitlab.com/softinio/hugo-docker production: type: deploy - before_script: - - apt-get update - - apt-get -qq install python python-pip ca-certificates - - pip install awscli script: - hugo - aws s3 sync public/ s3://$AWS_BUCKET