attempt to fix drone renew tls cert runs
This commit is contained in:
parent
18c263e98e
commit
e035112ece
1 changed files with 7 additions and 0 deletions
|
|
@ -72,7 +72,14 @@ trigger:
|
||||||
cron:
|
cron:
|
||||||
- renew-tls-certificate
|
- renew-tls-certificate
|
||||||
|
|
||||||
|
clone:
|
||||||
|
disable: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: clone
|
||||||
|
image: alpine/git
|
||||||
|
commands:
|
||||||
|
- git clone https://github.com/ViktorBarzin/infra.git .
|
||||||
- name: Prepare terraform files
|
- name: Prepare terraform files
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue