Skip to content

Commit

Permalink
asdasd
Browse files Browse the repository at this point in the history
  • Loading branch information
bmd1905 committed Aug 31, 2024
1 parent e952aba commit d5b9698
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ Install the following plugins to integrate Jenkins with Docker, Kubernetes, and
- Docker
- Docker Pipeline
- Kubernetes
<!-- - GCloud SDK -->
- Google Kubernetes Engine

After installing the plugins, restart Jenkins.
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions iac/ansible/deploy_jenkins/create_compute_instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit d5b9698

Please sign in to comment.