Skip to content

Commit

Permalink
fix: 补上之前忘记修改的默认测试网址
Browse files Browse the repository at this point in the history
GitHub Actions 和 Android 的配置中忘了修改
  • Loading branch information
he0119 committed Mar 21, 2021
1 parent 35bc808 commit abd8cd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
needs: web
environment:
name: dev
url: https://smart-test.hehome.xyz
url: https://test.hehome.xyz
if: ${{ github.ref == 'refs/heads/dev' }}
steps:
- name: Download web files
Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ android {
dev {
dimension "version"
applicationIdSuffix ".dev"
def hostNameValue = "smart-test.hehome.xyz"
def hostNameValue = "test.hehome.xyz"
manifestPlaceholders = [appName: "智慧家庭 DEV", hostName: hostNameValue]
buildConfigField("String",
"HOST_NAME",
Expand Down

0 comments on commit abd8cd5

Please sign in to comment.