diff --git a/.drone.yml b/.drone.yml index 494578a..28b100e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,7 @@ kind: pipeline type: docker name: default +#secrets: [ AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY ] steps: - name: build @@ -9,4 +10,5 @@ steps: hugo_version: 0.55 config: path/hugo.toml validate: true - \ No newline at end of file + commands: + - hugo deploy \ No newline at end of file