diff options
| author | Christine Dodrill <me@christine.website> | 2019-12-21 15:07:31 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-21 15:07:31 -0500 |
| commit | 95e57aa5f09b727470dda7e0c51a4a8750462d8c (patch) | |
| tree | dc010715787d9f69756c6c7a6d3d04c95fe66492 | |
| parent | 1481653c5b4260f1322088d0050b1208ba04bb86 (diff) | |
| download | xesite-95e57aa5f09b727470dda7e0c51a4a8750462d8c.tar.xz xesite-95e57aa5f09b727470dda7e0c51a4a8750462d8c.zip | |
Update kubernetes-cd.yml
| -rw-r--r-- | .github/workflows/kubernetes-cd.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/kubernetes-cd.yml b/.github/workflows/kubernetes-cd.yml index 0b87d6c..007e6f1 100644 --- a/.github/workflows/kubernetes-cd.yml +++ b/.github/workflows/kubernetes-cd.yml @@ -24,8 +24,8 @@ jobs: chmod 600 ~/.ssh/id_rsa git clone git@ssh.tulpa.dev:cadey/within-terraform-secret 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 + cp ./dyson-linux-amd64-0.1.1/dyson . + rm -rf dyson-linux-amd64-0.1.1 mkdir -p ~/.config/dyson echo '[DigitalOcean] |
