diff --git a/.gitea/workflows/silver-flame-deploy.yaml b/.gitea/workflows/silver-flame-deploy.yaml index 9b2b3f27..8d2d4ef2 100644 --- a/.gitea/workflows/silver-flame-deploy.yaml +++ b/.gitea/workflows/silver-flame-deploy.yaml @@ -39,6 +39,6 @@ jobs: for host in $(cat /tmp/hostlist); do ssh-keyscan -t ed25519 $host >> ~/.ssh/known_hosts done - - name: Run deploy-rs from flake + - name: Dry-run deploy run: | - ./deploy --ssh-opts '-i /tmp/key' --dry-activate \ No newline at end of file + ./deploy/bin/deploy --ssh-opts '-i /tmp/key' --dry-activate \ No newline at end of file