Update first-time-setup.sh (#2003)

This commit is contained in:
geekup-legodevops 2020-12-02 19:43:37 +07:00 committed by GitHub
parent d347448b24
commit 363cf8c54d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -88,7 +88,7 @@ curl -s --location --request POST 'https://hook.integromat.com/dkwb6i52am93pi30o
"userId": "'"$APPSMITH_INSTALLATION_ID"'",
"event": "Installation Started",
"data": {
"os": "Ubuntu"
"os": "Ubuntu",
"platform": "aws_ami"
}
}' > /dev/null
@ -163,8 +163,8 @@ if [[ $status_code -eq 401 ]]; then
"userId": "'"$APPSMITH_INSTALLATION_ID"'",
"event": "Installation Success",
"data": {
"os": "Ubuntu"
"os": "Ubuntu",
"platform": "aws_ami"
}
}' > /dev/null
fi
fi

View File

@ -110,7 +110,7 @@ curl -s --location --request POST 'https://hook.integromat.com/dkwb6i52am93pi30o
"userId": "'"$APPSMITH_INSTALLATION_ID"'",
"event": "Configure SSL Successfully",
"data": {
"os": "Ubuntu"
"os": "Ubuntu",
"platform": "aws_ami"
}
}' > /dev/null