Merge branch 'staging'

This commit is contained in:
Henry_Sys_Arch 2026-01-29 15:40:37 +09:00
commit 4e19c27edf
2 changed files with 27 additions and 0 deletions

View File

@ -135,6 +135,18 @@ workflows:
branches: branches:
only: only:
- prod - prod
- build-and-push:
name: build-for-staging
context:
- ecr-new
path: .
dockerfile: Dockerfile
repo: catalog-agent
docker-tag: ''
filters:
branches:
only:
- staging
- deploy: - deploy:
name: deploy-for-prod name: deploy-for-prod
docker-tag: '' docker-tag: ''
@ -149,6 +161,20 @@ workflows:
- prod - prod
requires: requires:
- build-for-prod - build-for-prod
- deploy:
name: deploy-for-staging
docker-tag: ''
path: '/home/ubuntu/cluster-for-B/gbase-staging/catalog-agent/deploy.yaml'
deploy-name: catalog-agent
deploy-namespace: gbase-staging
context:
- ecr-new
filters:
branches:
only:
- staging
requires:
- build-for-staging
- docker-hub-build-push: - docker-hub-build-push:
name: docker-hub-build-push name: docker-hub-build-push
repo: gptbasesparticle/catalog-agent repo: gptbasesparticle/catalog-agent

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ __pycache__
models models
projects/queue_data projects/queue_data
worktree worktree
.idea/*