Commit a350b80b2026

Vincent Demeester <vincent@sbr.pm>
2020-06-01 16:53:21
Makefile: use secrets instead of assets
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 0a27920
Changed files (1)
Makefile
@@ -43,15 +43,15 @@ assets:
 	chown -R vincent:users assets || true
 
 .PHONY: build
-build: assets setup
+build: secrets setup
 	./hack/system build
 
 .PHONY: nixos-dry-build
-dry-build: assets setup
+dry-build: secrets setup
 	./hack/system dry-build
 
 .PHONY: switch
-switch: assets setup
+switch: secrets setup
 	./hack/system switch
 
 .PHONY: install-hooks