chore: Deploy tusd on Go 1.12
This commit is contained in:
parent
12914032e5
commit
fd2926cf60
|
@ -42,11 +42,11 @@ deploy:
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
go: 1.8
|
go: 1.12
|
||||||
repo: tus/tusd
|
repo: tus/tusd
|
||||||
- provider: script
|
- provider: script
|
||||||
script: .scripts/deploy_gcloud.sh
|
script: .scripts/deploy_gcloud.sh
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
go: 1.8
|
go: 1.12
|
||||||
repo: tus/tusd
|
repo: tus/tusd
|
||||||
|
|
Loading…
Reference in New Issue