Skip to content

Commit

Permalink
Merge pull request #1 from AceDataCloud/germey/migrate-acedata
Browse files Browse the repository at this point in the history
Migrate to AceData
  • Loading branch information
AceDataCloud committed Jan 9, 2024
2 parents aad25a1 + 1690af2 commit de38ad1
Show file tree
Hide file tree
Showing 27 changed files with 569 additions and 623 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Test Kubectl
run: |
kubectl get nodes
kubectl get svc -n zhishuyun-test
kubectl get svc -n acedatacloud-test
- name: Set Build Number
run: echo "BUILD_NUMBER=${GITHUB_RUN_NUMBER}" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
git config --global user.name 'GitHub Actions'
git config --global user.email '[email protected]'
git remote set-url origin "https://[email protected]/ZhiShuYun/HubFrontend"
git remote set-url origin "https://[email protected]/acedatacloud/HubFrontend"
env:
REPO_PAT: ${{ secrets.REPO_PAT }}

Expand Down
Loading

0 comments on commit de38ad1

Please sign in to comment.