Skip to content

Commit a29f570

Browse files
committed
refactor: update coding git address
1 parent 8c21d9f commit a29f570

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server/deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default class Deploy extends Model {
1717
const { setting } = this.db
1818
this.platformAddress = ({
1919
github: 'github.com',
20-
coding: 'e.coding.net',
20+
coding: 'git.coding.net',
2121
} as any)[setting.platform || 'github']
2222
this.remoteUrl = `https://${setting.username}:${setting.token}@${this.platformAddress}/${setting.username}/${setting.repository}.git`
2323
this.git = simpleGit(this.outputDir)

0 commit comments

Comments
 (0)