Compare commits

..

No commits in common. "c6f13745e990d55f82987ea4de0bc79d45a9956a" and "8d1b21eb1d2cb3d5967f29f62edefa56643f294b" have entirely different histories.

1 changed files with 4 additions and 19 deletions

View File

@ -2,22 +2,7 @@ kind: pipeline
steps:
- name: build
image: hugo:latest
volumes:
- name: dist
path: dist/
commands:
- hugo
- name: deploy
image: amazon/aws-cli
environment:
AWS_ACCESS_KEY_ID: $AWS_ACCESS_KEY
AWS_DEFAULT_REGION: us-east-1
AWS_SECRET_ACCESS_KEY: $AWS_SECRET
volumes:
- name: dist
path: dist/
commands:
- hugo
- aws s3 sync ./dist s3://conductor.5sigma.io --delete;
image: plugins/hugo
settings:
hugo_version: 0.55
validate: true