Skip to content

Commit c351fdc

Browse files
committed
fix: Add backup_host_public_key as ansible variable
1 parent dbf50ce commit c351fdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/provision.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
smtp_from: "team@opencrvs.org"
7878
smtp_password: ${{ secrets.SMTP_PASSWORD }}
7979
alert_email: ${{ secrets.ALERT_EMAIL }}
80+
backup_host_public_key: ${{ secrets.BACKUP_HOST_PUBLIC_KEY }}
8081
- name: checkout repository
8182
uses: actions/checkout@v6
8283
- name: Run Ansible Playbook

0 commit comments

Comments
 (0)