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 authored Mar 10, 2024
1 parent 59ee613 commit a054de4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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 summer2023-help=$IMAGE:$SHA -n summer2023;
SHA=$SHA;IMAGE=$IMAGE;kubectl set image deployment/summer2024-help summer2024-help=$IMAGE:$SHA -n summer2024;
sleep 20
kubectl get pod -n summer2023
kubectl get pod -n summer2024
2 changes: 1 addition & 1 deletion 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/en/
site_url: https://summer-ospp.ac.cn/help/
repo_name: English Version

copyright: Copyright © 2020 - 2023 开源软件供应链点亮计划 活动组委会
copyright: Copyright © 2020 - 2024 开源软件供应链点亮计划 活动组委会

theme:
name: material
Expand Down

0 comments on commit a054de4

Please sign in to comment.