Skip to content

Commit

Permalink
feat(ci): summer2024 deploy ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yinjiayi committed Mar 10, 2024
1 parent 37540c4 commit f492cf2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-2023.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: deploy

on:
push:
branches: [ 2023 ]
branches: [ 2024 ]
pull_request:
branches: [ 2023 ]
branches: [ 2024 ]

env:
REGISTRY: hub.oepkgs.net
Expand Down Expand Up @@ -83,6 +83,6 @@ jobs:
script_stop: true
envs: SHA,IMAGE
script: |
SHA=$SHA;IMAGE=$IMAGE;kubectl set image deployment/summer2023-help-en summer2023-help-en=$IMAGE:$SHA -n summer2023;
SHA=$SHA;IMAGE=$IMAGE;kubectl set image deployment/summer2024-help-en summer2024-help-en=$IMAGE:$SHA -n summer2024;
sleep 20
kubectl get pod -n summer2023
kubectl get pod -n summer2024
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repo_url: https://summer-ospp.ac.cn/help/
site_url: https://summer-ospp.ac.cn/help/en/
repo_name: 中文版

copyright: Copyright © 2020 - 2023 Open Source Promotion Plan Organizing Committee
copyright: Copyright © 2020 - 2024 Open Source Promotion Plan Organizing Committee

theme:
name: material
Expand All @@ -19,7 +19,7 @@ theme:
extra:
social:
- icon: fontawesome/solid/envelope
link: mailto:summer@iscas.ac.cn
link: mailto:org@summer-ospp.ac.cn

extra_javascript:
- 'js/tongji.js'
Expand Down

0 comments on commit f492cf2

Please sign in to comment.