From d5b96986dc8043ef76f51c3bf7a033121c052269 Mon Sep 17 00:00:00 2001 From: Minh-Duc Bui Date: Sat, 31 Aug 2024 19:23:49 +0700 Subject: [PATCH] asdasd --- README.md | 4 +++- iac/ansible/deploy_jenkins/create_compute_instance.yaml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c8067eb..10a7946 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,6 @@ Install the following plugins to integrate Jenkins with Docker, Kubernetes, and - Docker - Docker Pipeline - Kubernetes - - Google Kubernetes Engine After installing the plugins, restart Jenkins. @@ -359,3 +358,6 @@ If you use PromptAlchemy in your research, please cite it as follows: ## Contact For questions, issues, or collaborations, please open an issue on our GitHub repository or contact the maintainers directly. + + +8da260616c764a95999fdda035a4ebb5 \ No newline at end of file diff --git a/iac/ansible/deploy_jenkins/create_compute_instance.yaml b/iac/ansible/deploy_jenkins/create_compute_instance.yaml index 07478a9..09b6967 100755 --- a/iac/ansible/deploy_jenkins/create_compute_instance.yaml +++ b/iac/ansible/deploy_jenkins/create_compute_instance.yaml @@ -11,7 +11,7 @@ project: prompt-alchemy # The service account is needed to create the resources auth_kind: serviceaccount - service_account_file: ../secrets/prompt-alchemy-088144947091.json + service_account_file: ../secrets/prompt-alchemy-d32063c4c41d.json disks: - auto_delete: true boot: true @@ -42,4 +42,4 @@ description: Allow incoming traffic on port 30000 project: prompt-alchemy auth_kind: serviceaccount - service_account_file: ../secrets/prompt-alchemy-088144947091.json + service_account_file: ../secrets/prompt-alchemy-d32063c4c41d.json