feat: Adding dokploy webhook
This commit is contained in:
@@ -34,13 +34,15 @@ function upload_image(){
|
||||
}
|
||||
|
||||
function deploy_prod(){
|
||||
#Global ENV VAR: CICD_API_PROD_WEBHOOK
|
||||
set -x
|
||||
echo "Not yet defined"
|
||||
curl -X POST "${CICD_API_PROD_WEBHOOK}"
|
||||
set +x
|
||||
}
|
||||
|
||||
function deploy_dev(){
|
||||
#Global ENV VAR: CICD_API_DEV_WEBHOOK
|
||||
set -x
|
||||
echo "Not yet defined"
|
||||
curl -X POST "${CICD_API_DEV_WEBHOOK}"
|
||||
set +x
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user