diff --git a/.github/workflows/eval.yaml b/.github/workflows/eval.yaml index 1e2d0bd..1bc00bd 100644 --- a/.github/workflows/eval.yaml +++ b/.github/workflows/eval.yaml @@ -52,8 +52,9 @@ jobs: git add eval/ git commit -m "Update deployment configurations for all hosts" - git push origin deploy-comin-eval + git push -f origin deploy-comin-eval # After success, reset deploy-comin to new deploy git checkout -b deploy-comin git reset --hard deploy + git push -f origin deploy-comin diff --git a/garnix.yaml b/garnix.yaml index 38563a7..0fc1635 100644 --- a/garnix.yaml +++ b/garnix.yaml @@ -7,4 +7,4 @@ builds: - homeConfigurations.aarch64-linux.* - darwinConfigurations.* - nixosConfigurations.* - + branch: deploy