Skip to content

Commit

Permalink
fix(ci): add example.env
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-the-shark committed Jul 26, 2024
1 parent 99ab12a commit a5a68ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/lint_and_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Install dependencies
run: dart pub get

- name: Example .env
run: cp example.env .env

- name: generate files
run: dart run build_runner build --delete-conflicting-outputs

Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ app.*.symbols


#Env setup
*.env
.env
*.env.dev
.env.dev
Expand Down
3 changes: 3 additions & 0 deletions example.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
API_URL="https://<...>"
ASSETS_URL="https://<...>"
IPARKING_URL="https://<...>"

0 comments on commit a5a68ea

Please sign in to comment.