Started CICD pipeline config
continuous-integration/drone the build was successful
Details
continuous-integration/drone the build was successful
Details
parent
1c712d843a
commit
9c2ba91b55
|
@ -0,0 +1,13 @@
|
||||||
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: alpine:3
|
||||||
|
commands:
|
||||||
|
- apk update
|
||||||
|
- apk add --no-cache hugo
|
||||||
|
- hugo --minify
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
image: alpine:3
|
||||||
|
commands:
|
||||||
|
- apk update
|
||||||
|
- apk add --no-cache rsync
|
Reference in New Issue