Skip to content

Instantly share code, notes, and snippets.

@heug
heug / deployAction.sh
Created August 25, 2022 06:16
create a mabl deployment and do something based on the results
#!/bin/bash
####################
# user vars #
####################
API_KEY='MY_API_KEY'
DEPLOYMENT_DATA='{"environment_id":"MY_ENV_ID-e,"application_id":"MY_APP_ID-a"}'
####################