add command
This commit is contained in:
parent
9aa8c77fb0
commit
0b6199a56f
|
@ -19,8 +19,8 @@ install:
|
||||||
script:
|
script:
|
||||||
- caddydev --output="caddy" --source="." hugo
|
- caddydev --output="caddy" --source="." hugo
|
||||||
- go test ./...
|
- go test ./...
|
||||||
|
- bash dist/automate.sh
|
||||||
deploy:
|
deploy:
|
||||||
before_deploy: "bash dist/automate.sh"
|
|
||||||
provider: bintray
|
provider: bintray
|
||||||
file: dist/descriptor.json
|
file: dist/descriptor.json
|
||||||
user: hacdias
|
user: hacdias
|
||||||
|
|
Loading…
Reference in New Issue