add start event

this signals that an update worked
This commit is contained in:
Girish Ramakrishnan
2016-05-02 09:39:38 -07:00
parent ffedbdfa13
commit 7cf08b6a4d
3 changed files with 6 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ exports = module.exports = {
ACTION_BACKUP_START: 'backup.start',
ACTION_CERTIFICATE_RENEWAL: 'certificate.renew',
ACTION_CLI_MODE: 'settings.climode',
ACTION_START: 'cloudron.start',
ACTION_UPDATE: 'cloudron.update',
ACTION_USER_ADD: 'user.add',
ACTION_USER_LOGIN: 'user.login',