diff --git a/.github/workflows/auto-deploy.yml b/.github/workflows/auto-deploy.yml index 9069556d..d2788663 100644 --- a/.github/workflows/auto-deploy.yml +++ b/.github/workflows/auto-deploy.yml @@ -68,7 +68,7 @@ jobs: exit fi - if colmena apply --on {} switch > {}.log 2>&1; then + if colmena apply --on {} boot > {}.log 2>&1; then echo '✅ Successfully deployed to {}' echo 'SUCCESS:{}' >> results.txt else