feat: implement automated Ansible deployment workflows and secure Anthropic API key management via reverse proxy injection
This commit is contained in:
1
.github/workflows/deploy-prod.yml
vendored
1
.github/workflows/deploy-prod.yml
vendored
@@ -29,4 +29,5 @@ jobs:
|
||||
ansible-playbook \
|
||||
-i infra/production/hosts.ini \
|
||||
-e "ansible_ssh_private_key_file=~/.ssh/deploy_key" \
|
||||
-e "anthropic_api_key=${{ secrets.ANTHROPIC_API_KEY }}" \
|
||||
infra/production/site/deploy-playbook.yml
|
||||
|
||||
Reference in New Issue
Block a user