refactor(infra): Move infrastructure into monorepo structure
This commit is contained in:
parent
1109e449ef
commit
a131b30514
13 changed files with 0 additions and 3 deletions
11
dns/import
11
dns/import
|
|
@ -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}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue