The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

9 lines
213 B

  1. #!/bin/bash
  2. DOMAIN=${1:?no domain provided}
  3. RECORDS_JSON="${2:?no JSON DNS records file provided}"
  4. THISDIR=$(cd $(dirname ${0}) && pwd)
  5. GDCURL=${THISDIR}/gdcurl
  6. ${GDCURL} ${DOMAIN}/records "${RECORDS_JSON}" PUT