Skip to content

Commit

Permalink
sync: develop to main (#18)
Browse files Browse the repository at this point in the history
* fix: .gitignore add docker data

* fix: cdk8s

* update(openai): update openai to v3.3.0

* update(nest): to 10

* fix(package): 修正 Package

* fix: script
  • Loading branch information
sd0xdev authored Aug 27, 2023
1 parent 919477d commit 981a496
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/pr_agent.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
pull_request:
issue_comment:
jobs:
pr_agent_job:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
contents: write
name: Run pr agent on every pull request, respond to user comments
steps:
- name: PR Agent action step
id: pragent
uses: Codium-ai/pr-agent@main
env:
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion tools/cdk8s/yggdrasil-core-engine/env/.env.staging
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SERVICE_TAGS=provision
IMAGE_PATH=registry.gitlab.com/welfree-studio/yggdrasil-core-engine/yggdrasil-core-engine-image:
IMAGE_PATH=registry.gitlab.com/welfree-studio/asgard-hub/yggdrasil-core-engine-image:
APP_CLUSTER_PORT=80
IMAGE_PULL_POLICY=IfNotPresent
IMAGE_PULL_SECRETS=gitlab-registry
2 changes: 1 addition & 1 deletion tools/cdk8s/yggdrasil-discord-client/env/.env.staging
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SERVICE_TAGS=provision
IMAGE_PATH=registry.gitlab.com/welfree-studio/yggdrasil-discord-client/yggdrasil-core-engine-image:
IMAGE_PATH=registry.gitlab.com/welfree-studio/asgard-hub/yggdrasil-core-engine-image:
APP_CLUSTER_PORT=80
IMAGE_PULL_POLICY=IfNotPresent
IMAGE_PULL_SECRETS=gitlab-registry
2 changes: 1 addition & 1 deletion tools/shell-script/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ "${CI}" = true ] ; then
/kaniko/executor \
--context "${CI_PROJECT_DIR}" \
--dockerfile "${CI_PROJECT_DIR}/apps/${PROJECT_NAME}/Dockerfile" \
--destination "${CI_REGISTRY_IMAGE}/yu-gpt-engine-image:${CI_COMMIT_SHA}" \
--destination "${CI_REGISTRY_IMAGE}/${PROJECT_NAME}:${CI_COMMIT_SHA}" \
--cache=false \
--cleanup \
--build-arg "SERVER_VERSION=${CI_COMMIT_SHORT_SHA}"
Expand Down

0 comments on commit 981a496

Please sign in to comment.