Skip to content

Commit

Permalink
Merge pull request #5 from Diesel-Net/development
Browse files Browse the repository at this point in the history
Change secret name
  • Loading branch information
tomdaley92 authored Jul 31, 2021
2 parents aa00ae8 + 86228bc commit 38c8541
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .drone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ steps:
playbook: .ansible/configure_repositories.yaml
inventory: .ansible/inventory/production/hosts
private_key:
from_secret: ansible_private_key
from_secret: automation_id_rsa
vault_password:
from_secret: ansible_vault_password

Expand All @@ -30,7 +30,7 @@ steps:
playbook: .ansible/configure_secrets.yaml
inventory: .ansible/inventory/production/hosts
private_key:
from_secret: ansible_private_key
from_secret: automation_id_rsa
vault_password:
from_secret: ansible_vault_password

Expand All @@ -43,7 +43,7 @@ steps:
playbook: .ansible/configure_cron.yaml
inventory: .ansible/inventory/production/hosts
private_key:
from_secret: ansible_private_key
from_secret: automation_id_rsa
vault_password:
from_secret: ansible_vault_password

Expand Down

0 comments on commit 38c8541

Please # to comment.