Skip to content

Commit

Permalink
Merge pull request #2239 from ever-co/develop
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
evereq authored Feb 25, 2024
2 parents 0b03fe8 + 0867718 commit 6246a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-publish-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
cache-to: type=inline
build-args: |
NODE_ENV=production
NEXT_PUBLIC_GAUZY_API_SERVER_URL='https://apistage.ever.team'
NEXT_PUBLIC_GAUZY_API_SERVER_URL=https://apistage.ever.team
NEXT_PUBLIC_GA_MEASUREMENT_ID=${{ secrets.NEXT_PUBLIC_GA_MEASUREMENT_ID }}
NEXT_PUBLIC_CAPTCHA_SITE_KEY=${{ secrets.NEXT_PUBLIC_CAPTCHA_SITE_KEY }}
NEXT_PUBLIC_DISABLE_AUTO_REFRESH=false
Expand Down

0 comments on commit 6246a95

Please sign in to comment.