fix/issue-16-azure-login #17
4
.github/workflows/deploy-dev.yml
vendored
4
.github/workflows/deploy-dev.yml
vendored
@@ -28,4 +28,8 @@ jobs:
|
|||||||
-i infra/development/hosts.ini \
|
-i infra/development/hosts.ini \
|
||||||
-e "ansible_ssh_private_key_file=~/.ssh/deploy_key" \
|
-e "ansible_ssh_private_key_file=~/.ssh/deploy_key" \
|
||||||
-e "anthropic_api_key=${{ secrets.ANTHROPIC_API_KEY }}" \
|
-e "anthropic_api_key=${{ secrets.ANTHROPIC_API_KEY }}" \
|
||||||
|
-e "entra_tenant_id=${{ secrets.ENTRA_TENANT_ID }}" \
|
||||||
|
-e "entra_client_id=${{ secrets.ENTRA_CLIENT_ID }}" \
|
||||||
|
-e "entra_client_secret=${{ secrets.ENTRA_CLIENT_SECRET }}" \
|
||||||
|
-e "entra_admin_emails=${{ secrets.ENTRA_ADMIN_EMAILS }}" \
|
||||||
infra/development/site/deploy-playbook.yml
|
infra/development/site/deploy-playbook.yml
|
||||||
|
|||||||
4
.github/workflows/deploy-prod.yml
vendored
4
.github/workflows/deploy-prod.yml
vendored
@@ -30,4 +30,8 @@ jobs:
|
|||||||
-i infra/production/hosts.ini \
|
-i infra/production/hosts.ini \
|
||||||
-e "ansible_ssh_private_key_file=~/.ssh/deploy_key" \
|
-e "ansible_ssh_private_key_file=~/.ssh/deploy_key" \
|
||||||
-e "anthropic_api_key=${{ secrets.ANTHROPIC_API_KEY }}" \
|
-e "anthropic_api_key=${{ secrets.ANTHROPIC_API_KEY }}" \
|
||||||
|
-e "entra_tenant_id=${{ secrets.ENTRA_TENANT_ID }}" \
|
||||||
|
-e "entra_client_id=${{ secrets.ENTRA_CLIENT_ID }}" \
|
||||||
|
-e "entra_client_secret=${{ secrets.ENTRA_CLIENT_SECRET }}" \
|
||||||
|
-e "entra_admin_emails=${{ secrets.ENTRA_ADMIN_EMAILS }}" \
|
||||||
infra/production/site/deploy-playbook.yml
|
infra/production/site/deploy-playbook.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user