refactor(infra): Move infrastructure into monorepo structure

This commit is contained in:
Vincent Ambo 2019-07-02 12:48:05 +01:00
parent 1109e449ef
commit a131b30514
13 changed files with 0 additions and 3 deletions

View file

@ -1,11 +0,0 @@
#!/bin/sh
set -ue
# Imports a zone file into a Google Cloud DNS zone of the same name
readonly ZONE="${1}"
gcloud dns record-sets import "${ZONE}" \
--project composite-watch-759 \
--zone-file-format \
--delete-all-existing \
--zone "${ZONE}"