Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Aug 6, 2024
1 parent ed8d17a commit 6e3c2c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/helm_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,7 @@ jobs:
--set bookstack.db.password="${{ secrets.DB_PASSWORD }}" \
--set bookstack.db.root_password="${{ secrets.ROOT_PASSWORD }}" \
--set bookstack.mail.username="${{ secrets.MAIL_USERNAME }}" \
--set bookstack.mail.password="${{ secrets.MAIL_PASSWORD }}"
--set bookstack.mail.password="${{ secrets.MAIL_PASSWORD }}" \
--set bookstack.aws.access_key_id="${{ secrets.ACCESS_KEY_ID }}" \
--set bookstack.aws.secret_access_key="${{ secrets.SECRET_ACCESS_KEY }}" \
--set bookstack.aws.backup_s3_url="${{ secrets.BACKUP_S3_URL }}"

0 comments on commit 6e3c2c7

Please sign in to comment.