Skip to content

Commit

Permalink
fix: event form url with real google form url
Browse files Browse the repository at this point in the history
  • Loading branch information
faiq-naufal committed Mar 14, 2024
1 parent 5a5fd28 commit 8098d65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
NEXT_PUBLIC_SENTRY_DSN: ${{secrets.PUBLIC_SENTRY_DSN}}
NEXT_PUBLIC_ENABLE_WEBINAR: false
NEXT_PUBLIC_EVENT_TRIAL_COUNT: 3
NEXT_PUBLIC_EVENT_FORM_URL: "google.com"
NEXT_PUBLIC_EVENT_FORM_URL: "https://forms.gle/wX3RX2gKWf5kT158A"
ALLOW_EDIT_CANCELLED_EVENT: false
PERSISTENT_DATA: true
ENABLE_MAILER: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
NEXT_PUBLIC_SENTRY_DSN: ${{secrets.PUBLIC_SENTRY_DSN}}
NEXT_PUBLIC_ENABLE_WEBINAR: false
NEXT_PUBLIC_EVENT_TRIAL_COUNT: 3
NEXT_PUBLIC_EVENT_FORM_URL: "google.com"
NEXT_PUBLIC_EVENT_FORM_URL: "https://forms.gle/wX3RX2gKWf5kT158A"
ALLOW_EDIT_CANCELLED_EVENT: false
PERSISTENT_DATA: true
ENABLE_MAILER: true
Expand Down

0 comments on commit 8098d65

Please sign in to comment.