Compare commits
No commits in common. "c6f13745e990d55f82987ea4de0bc79d45a9956a" and "8d1b21eb1d2cb3d5967f29f62edefa56643f294b" have entirely different histories.
c6f13745e9
...
8d1b21eb1d
23
.drone.yml
23
.drone.yml
|
@ -2,22 +2,7 @@ kind: pipeline
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: hugo:latest
|
image: plugins/hugo
|
||||||
volumes:
|
settings:
|
||||||
- name: dist
|
hugo_version: 0.55
|
||||||
path: dist/
|
validate: true
|
||||||
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;
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue