mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-24 13:20:39 +00:00
Remove some publishing steps for now until I can properly deal with secrets
beta.drone.io is http so don't want to setup secrets with it yet
This commit is contained in:
parent
794e51347a
commit
88118c0cfc
21
.drone.yml
21
.drone.yml
@ -10,24 +10,3 @@ pipeline:
|
|||||||
commands:
|
commands:
|
||||||
- go test -cover -coverprofile=coverage.out
|
- go test -cover -coverprofile=coverage.out
|
||||||
- go build -ldflags "-s -w -X main.revision=$(git rev-parse HEAD)" -a
|
- go build -ldflags "-s -w -X main.revision=$(git rev-parse HEAD)" -a
|
||||||
|
|
||||||
coverage:
|
|
||||||
image: coverage
|
|
||||||
when:
|
|
||||||
branch: master
|
|
||||||
|
|
||||||
latest:
|
|
||||||
image: docker
|
|
||||||
repo: plugins/drone-terraform
|
|
||||||
tags: [ "latest", "1.0", "1" ]
|
|
||||||
when:
|
|
||||||
branch: master
|
|
||||||
event: push
|
|
||||||
|
|
||||||
plugin:
|
|
||||||
name: Terraform
|
|
||||||
desc: Execute Terraform plan and apply
|
|
||||||
type: deploy
|
|
||||||
image: plugins/drone-terraform
|
|
||||||
labels:
|
|
||||||
- terraform
|
|
||||||
|
Loading…
Reference in New Issue
Block a user