hack
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Cadey Ratio 2020-07-09 16:55:47 -04:00
parent b52297dad3
commit 9c2e59d25f
2 changed files with 4 additions and 3 deletions

View File

@ -37,7 +37,9 @@ steps:
DIGITALOCEAN_ACCESS_TOKEN:
from_secret: DIGITALOCEAN_ACCESS_TOKEN
commands:
- ./scripts/release.sh
- nix-env -i -f ./nix/dhall.nix
- cd scripts
- ./release.sh
volumes:
- name: image

View File

@ -1,6 +1,5 @@
#!/usr/bin/env nix-shell
#! nix-shell -p doctl -p kubectl
nix-env -i -f ./nix/dhall.nix
doctl kubernetes cluster kubeconfig save kubermemes
dhall-to-yaml-ng < ./printerfacts.dhall | kubectl apply -n apps -f -
dhall-to-yaml-ng < ../printerfacts.dhall | kubectl apply -n apps -f -
kubectl rollout status -n apps deployment/printerfacts