This commit is contained in:
parent
771930b344
commit
ca069c0d37
1 changed files with 1 additions and 4 deletions
|
@ -14,11 +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 develop
|
|
||||||
- wrangler -v
|
|
||||||
- ls result
|
- ls result
|
||||||
- wrangler pages deploy result --branch=$CI_COMMIT_SOURCE_BRANCH --project-name=softinio
|
- nix develop --command wrangler pages deploy result --branch=$CI_COMMIT_SOURCE_BRANCH --project-name=softinio
|
||||||
- echo "Deploy complete"
|
|
||||||
depends_on: [build]
|
depends_on: [build]
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
|
|
Loading…
Reference in a new issue