attempt to fix drone renew tls cert runs

This commit is contained in:
viktorbarzin 2021-05-03 11:14:49 +01:00
parent c0d4c73ce5
commit 103d610c36

View file

@ -72,7 +72,14 @@ trigger:
cron:
- renew-tls-certificate
clone:
disable: true
steps:
- name: clone
image: alpine/git
commands:
- git clone https://github.com/ViktorBarzin/infra.git .
- name: Prepare terraform files
image: alpine
commands: