hack
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
b52297dad3
commit
9c2e59d25f
|
@ -37,7 +37,9 @@ steps:
|
||||||
DIGITALOCEAN_ACCESS_TOKEN:
|
DIGITALOCEAN_ACCESS_TOKEN:
|
||||||
from_secret: DIGITALOCEAN_ACCESS_TOKEN
|
from_secret: DIGITALOCEAN_ACCESS_TOKEN
|
||||||
commands:
|
commands:
|
||||||
- ./scripts/release.sh
|
- nix-env -i -f ./nix/dhall.nix
|
||||||
|
- cd scripts
|
||||||
|
- ./release.sh
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: image
|
- name: image
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#!/usr/bin/env nix-shell
|
#!/usr/bin/env nix-shell
|
||||||
#! nix-shell -p doctl -p kubectl
|
#! nix-shell -p doctl -p kubectl
|
||||||
nix-env -i -f ./nix/dhall.nix
|
|
||||||
doctl kubernetes cluster kubeconfig save kubermemes
|
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
|
kubectl rollout status -n apps deployment/printerfacts
|
||||||
|
|
Loading…
Reference in New Issue