Skip to content

Commit

Permalink
πŸ’š Enabled CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ThijmenGThN committed Dec 15, 2023
1 parent 85875eb commit 2bebce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ POCKETBASE_PORT= "8090"

# Pocketbase Endpoint, public address to the backend.
# ┗━ Options: "number" ━━ default: "http://localhost:8090" ━ example: "https://pb.leaflet.app"
NEXT_PUBLIC_POCKETBASE_URL = 'http://localhost:8090'
NEXT_PUBLIC_POCKETBASE_URL = "http://localhost:8090"

2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy

on:
push:
branches: leaflet # <- Rename to a valid branch.
branches: main

jobs:
lint:
Expand Down

0 comments on commit 2bebce1

Please sign in to comment.