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 2e4a2cb commit ed8d17a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/helm_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,4 @@ 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.aws.backup_s3_url="${{ secrets.BACKUP_S3_URL }}" \
--set bookstack.aws.access_key_id="${{ secrets.ACCESS_KEY_ID }}" \
--set bookstack.aws.secret_access_key="${{ secrets.SECRET_ACCESS_KEY }}"
--set bookstack.mail.password="${{ secrets.MAIL_PASSWORD }}"

0 comments on commit ed8d17a

Please sign in to comment.