We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c21d9f commit a29f570Copy full SHA for a29f570
1 file changed
src/server/deploy.ts
@@ -17,7 +17,7 @@ export default class Deploy extends Model {
17
const { setting } = this.db
18
this.platformAddress = ({
19
github: 'github.com',
20
- coding: 'e.coding.net',
+ coding: 'git.coding.net',
21
} as any)[setting.platform || 'github']
22
this.remoteUrl = `https://${setting.username}:${setting.token}@${this.platformAddress}/${setting.username}/${setting.repository}.git`
23
this.git = simpleGit(this.outputDir)
0 commit comments