Merge branch 'main' of git.deuxfleurs.fr:Deuxfleurs/rfid
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
commit
2eeaf0f93e
1 changed files with 22 additions and 0 deletions
22
.drone.yml
Normal file
22
.drone.yml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
---
|
||||||
|
# see https://docs.drone.io/pipeline/configuration/
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: build
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build and publish
|
||||||
|
image: klakegg/hugo:0.90.0-alpine
|
||||||
|
environment:
|
||||||
|
AWS_ACCESS_KEY_ID:
|
||||||
|
from_secret: aws_access_key_id
|
||||||
|
AWS_SECRET_ACCESS_KEY:
|
||||||
|
from_secret: aws_secret_access_key
|
||||||
|
commands:
|
||||||
|
- hugo
|
||||||
|
- hugo deploy
|
||||||
|
---
|
||||||
|
kind: signature
|
||||||
|
hmac: 440ef22e1e1e95fc8b1bbc12b16815e90da565797ab2de1db1b5e122a3cf04e4
|
||||||
|
|
||||||
|
...
|
Loading…
Reference in a new issue