fix: change machine type for release
This commit is contained in:
parent
4fc077a5d2
commit
547c380961
1 changed files with 4 additions and 0 deletions
|
@ -73,6 +73,10 @@ blocks:
|
||||||
run:
|
run:
|
||||||
when: "tag =~ '.*'"
|
when: "tag =~ '.*'"
|
||||||
task:
|
task:
|
||||||
|
agent:
|
||||||
|
machine:
|
||||||
|
type: e1-standard-8
|
||||||
|
os_image: ubuntu1804
|
||||||
secrets:
|
secrets:
|
||||||
- name: traefik
|
- name: traefik
|
||||||
env_vars:
|
env_vars:
|
||||||
|
|
Loading…
Reference in a new issue