Skip to content

Commit 5c933fa

Browse files
committed
Collect infra files under file folder
1 parent a5f41ea commit 5c933fa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+12
-12
lines changed

.github/workflows/ansible-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: Run Ansible playbook
5959
run: |
60-
ansible-playbook --vault-password-file .vault_pass -i ansible/inventory.ini ansible/playbooks/${{ github.event.inputs.playbook }}
60+
ansible-playbook --vault-password-file .vault_pass -i infra/ansible/inventory.ini infra/ansible/playbooks/${{ github.event.inputs.playbook }}
6161
6262
- name: Clean up sensitive files
6363
if: always()

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ jobs:
275275
276276
- name: Deploy with Helm
277277
run: |
278-
helm -n team-continuous-disappointment upgrade recip-ai ./recipai-chart \
278+
helm -n team-continuous-disappointment upgrade recip-ai ./infra/recipai-chart \
279279
--set secrets.gitlabClientSecret="${{ secrets.PROD_CLIENT_SECRET }}" \
280280
--set secrets.gitlabClientSecretDev="${{ secrets.DEV_CLIENT_SECRET }}" \
281281
--set secrets.mongodbAdminPassword="${{ secrets.MONGODB_ADMIN_PASSWORD }}" \

.github/workflows/helm-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
2222
- name: Deploy with Helm
2323
run: |
24-
helm -n team-continuous-disappointment upgrade recip-ai ./recipai-chart \
24+
helm -n team-continuous-disappointment upgrade recip-ai ./infra/recipai-chart \
2525
--set secrets.gitlabClientSecret="${{ secrets.PROD_CLIENT_SECRET }}" \
2626
--set secrets.gitlabClientSecretDev="${{ secrets.DEV_CLIENT_SECRET }}" \
2727
--set secrets.mongodbAdminPassword="${{ secrets.MONGODB_ADMIN_PASSWORD }}" \

README.md

Lines changed: 9 additions & 9 deletions
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)