Merge branch 'update-pipeline' into 'master'

Removed unnecessary steps in gitlab ci as already included in base Docker image

See merge request softinio/softinio.com!18
This commit is contained in:
Salar Rahmanian 2018-04-17 15:49:06 +00:00
commit 66a42a6cc7

View file

@ -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