diff options
| author | Christine Dodrill <me@christine.website> | 2019-09-07 12:45:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-07 12:45:08 -0400 |
| commit | 9c578ab9731d506f680054193c7ea9f2ba30c135 (patch) | |
| tree | d45bb43367f365c90fbc853b1bc8915ab8b8255e /.github | |
| parent | 073be4f5d508e32783c8ebeede7d620fb075130f (diff) | |
| download | xesite-9c578ab9731d506f680054193c7ea9f2ba30c135.tar.xz xesite-9c578ab9731d506f680054193c7ea9f2ba30c135.zip | |
Update kubernetes-cd.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/kubernetes-cd.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/kubernetes-cd.yml b/.github/workflows/kubernetes-cd.yml index 1610fcf..fcb8571 100644 --- a/.github/workflows/kubernetes-cd.yml +++ b/.github/workflows/kubernetes-cd.yml @@ -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 \ |
