Skip to content

Commit

Permalink
👷 feat: add cicd for kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
synoti21 committed Nov 2, 2023
1 parent e19ac88 commit 1ce3838
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/baekjoon_bot_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Commit and push the updated manifest
run: |
cd fam-Story_Backend
cd baekjoon-discord-bot
git config --global user.name 'github-actions'
git config --global user.email 'github-actions@github.com'
git commit -am ":construction_worker: chore: Update deployment to ${{ github.sha }}"
Expand Down
6 changes: 6 additions & 0 deletions k8s/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- manifest.yaml
images:
- name: synoti21/baekjoon-bot

0 comments on commit 1ce3838

Please sign in to comment.