Skip to content

Commit

Permalink
fix: 배포환경 임시변경
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondanythings committed Dec 20, 2023
1 parent ba50437 commit 3715fc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
with:
push: true
tags: |
ghcr.io/medici/catsnewyear-server:latest
ghcr.io/medici/catsnewyear-server:${{ github.sha }}
ghcr.io/medici-mansion/shinnyang-server:latest
ghcr.io/medici-mansion/shinnyang-server:${{ github.sha }}
cache-from: type=gha
cache-to: type=gha,mode=max
deploy:
Expand Down
2 changes: 1 addition & 1 deletion k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
spec:
containers:
- name: catsnewyear
image: ghcr.io/medici/catsnewyear-server:latest
image: ghcr.io/medici-mansion/shinnyang-server
resources:
requests:
memory: '256Mi'
Expand Down

0 comments on commit 3715fc2

Please sign in to comment.