Skip to content

Commit

Permalink
add fleek branch to whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
0xean committed Oct 17, 2023
1 parent 209c302 commit 807022e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fleek-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Build Packages
run: yarn build:packages
- name: Build Web
run: yarn env app && yarn build:web
run: yarn env && yarn build:web
- name: Install Fleek CLI
run: npm i -g @fleekxyz/cli
- name: Deploy
Expand Down
2 changes: 2 additions & 0 deletions scripts/bootstrap-env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const VALID_BRANCHES = [
'gome',
'cafe',
'arkeo',
'fleek',
] as const
type Branch = (typeof VALID_BRANCHES)[number]

Expand All @@ -45,6 +46,7 @@ const BRANCH_TO_ENVIRONMENT: Record<Branch, Environment> = {
yeet: 'develop', // free for all
develop: 'develop',
release: 'app', // for operations testing production releases
fleek: 'app',
// production environments
main: 'app',
private: 'private',
Expand Down

0 comments on commit 807022e

Please sign in to comment.