mirror of https://github.com/usual2970/certimate
Add password modification.
parent
e31b162c57
commit
28b4fed1a5
|
@ -30,7 +30,7 @@ func deploy(ctx context.Context, record *models.Record) error {
|
||||||
currRecord, err := app.GetApp().Dao().FindRecordById("domains", record.Id)
|
currRecord, err := app.GetApp().Dao().FindRecordById("domains", record.Id)
|
||||||
history := NewHistory(record)
|
history := NewHistory(record)
|
||||||
defer history.commit()
|
defer history.commit()
|
||||||
da
|
|
||||||
// ############1.检查域名配置
|
// ############1.检查域名配置
|
||||||
history.record(checkPhase, "开始检查", nil)
|
history.record(checkPhase, "开始检查", nil)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue