This commit is contained in:
parent
7f6ae2e793
commit
176465e636
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ steps:
|
||||||
image: nixos/nix
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
|
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
|
||||||
|
- nix build
|
||||||
- ls result
|
- ls result
|
||||||
- wrangler pages deploy result --branch=$CI_COMMIT_SOURCE_BRANCH --project-name=softinio
|
- wrangler pages deploy result --branch=$CI_COMMIT_SOURCE_BRANCH --project-name=softinio
|
||||||
- echo "Deploy complete"
|
- echo "Deploy complete"
|
||||||
|
|
Loading…
Reference in a new issue