Skip to content

Commit

Permalink
fix: added github environments and variables
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarkulasevic committed Mar 20, 2024
1 parent ed57641 commit f783673
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_GROWTHBOOK_CLIENT_KEY=sdk-AA8040Wd3Gxkiii3
VITE_GROWTHBOOK_CLIENT_KEY=your-growthbook-sdk-development
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_GROWTHBOOK_CLIENT_KEY=sdk-3E2uA3K4WbpbUS8
VITE_GROWTHBOOK_CLIENT_KEY=your-growthbook-sdk-production
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
build:
name: Build for GH Pages
runs-on: ubuntu-latest
environment:
name: production
url: https://github.com

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ dist-ssr
*.ntvs*
*.njsproj
*.sln
*.sw?
*.sw?

secrets.*

0 comments on commit f783673

Please sign in to comment.