palettetest/.drone.yml
maxime-cool 7ea960bbb0
Some checks failed
continuous-integration/drone/push Build is failing
test change build
2024-01-12 11:06:11 +01:00

30 lines
697 B
YAML

kind: pipeline
type: docker
name: default
#secrets: [ AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY ]
steps:
- name: Version check
image: plugins/hugo
commands:
- echo "Checking Hugo version."
- hugo version
- echo "Checking folder"
- ls
# - name: submodule fetch
# image: drone/git
# commands:
# - git submodule update --init --recursive
- name: Build
image: plugins/hugo
settings:
validate: true
- name: Deploy
image: plugins/hugo
environment:
AWS_ACCESS_KEY_ID:
from_secret: AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY:
from_secret: AWS_SECRET_ACCESS_KEY
commands:
- hugo deploy --config hugo.toml