This commit is contained in:
parent
ca069c0d37
commit
9d78ebdb18
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ steps:
|
||||||
- nix build
|
- nix build
|
||||||
- ls result
|
- ls result
|
||||||
- nix develop --command 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
|
||||||
depends_on: [build]
|
secrets: [ cloudflare_account_id, cloudflare_api_token ]
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
branch: test1
|
branch: test1
|
||||||
|
|
Loading…
Reference in a new issue