fix(): Adds ansible credentials to the pipeline
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
1959600bb1
commit
2dcc06d892
1 changed files with 8 additions and 0 deletions
|
@ -91,6 +91,10 @@ steps:
|
|||
diff: true
|
||||
syntax_check: false
|
||||
extra_vars: "blog_container_tag=${DRONE_COMMIT_SHA:0:8}"
|
||||
private_key:
|
||||
from_secret: ansible_private_key
|
||||
user:
|
||||
from_secret: ansible_user
|
||||
environment:
|
||||
HCLOUD_TOKEN:
|
||||
from_secret: hcloud_token
|
||||
|
@ -106,6 +110,10 @@ steps:
|
|||
diff: true
|
||||
syntax_check: false
|
||||
extra_vars: "blog_container_tag=${DRONE_COMMIT_SHA:0:8}"
|
||||
private_key:
|
||||
from_secret: ansible_private_key
|
||||
user:
|
||||
from_secret: ansible_user
|
||||
environment:
|
||||
HCLOUD_TOKEN:
|
||||
from_secret: hcloud_token
|
||||
|
|
Loading…
Reference in a new issue