This commit is contained in:
parent
176465e636
commit
7445742f52
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
|
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
|
||||||
- nix build
|
- nix build
|
||||||
|
- nix profile install nixpkgs#nodePackages_latest.wrangler
|
||||||
|
- wrangler -v
|
||||||
- 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