Update kubernetes-cd.yml

This commit is contained in:
Cadey Ratio 2019-09-07 12:45:08 -04:00 committed by GitHub
parent 073be4f5d5
commit 9c578ab973
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,8 @@ jobs:
curl https://xena.greedo.xeserv.us/files/dyson-linux-amd64-0.1.0.tgz | tar xz
cp ./dyson-linux-amd64-0.1.0/dyson .
rm -rf dyson-linux-amd64-0.1.0
mkdir ~/.config/dyson
mkdir -p ~/.config/dyson
echo '[DigitalOcean]
Token = ""
@ -41,6 +42,7 @@ jobs:
[Secrets]
GitCheckout = "./within-terraform-secret"' > ~/.config/dyson/dyson.ini
dyson manifest \
--name=christinewebsite \
--domain=christine.website \