Commit 2d381616a4dc8bfa402d9e141fdf7b57ed8f656b

Authored by George Vlahavas
1 parent 86740f6d3c

Use the hetzner deletion script

Showing 1 changed file with 1 additions and 1 deletions

deploy_hetzner.sh View file @ 2d38161
... ... @@ -24,7 +24,7 @@
24 24  
25 25 # Just in case something is up from previous runs
26 26 echo "Bringing down any previous containers that are still running..."
27   -./delete.sh
  27 +./delete_hetzner.sh
28 28  
29 29 # Run containers
30 30 echo "Bringing up containers..."