Skip to content

Commit

Permalink
Always build on target
Browse files Browse the repository at this point in the history
  • Loading branch information
Albin Vass committed Apr 20, 2024
1 parent 3eb4047 commit 6e7871d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
SOPS_AGE_KEY: ${{ secrets.SOPS_AGE_KEY }}

- name: Provision Servers
run: nix develop --command -- deploy-colmena apply --on @enabled
run: nix develop --command -- deploy-colmena apply --build-on-target --on @enabled
env:
SOPS_AGE_KEY: ${{ secrets.SOPS_AGE_KEY }}
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
deployment = {
targetHost = "${name}-ssh.albinvass.se";
targetUser = "avass";
buildOnTarget = true;
tags = [
"enabled"
"pulumi:state:enabled:false"
Expand Down

0 comments on commit 6e7871d

Please sign in to comment.