Compare commits

..

3 Commits

Author SHA1 Message Date
phoenix 93642b9bb3 tsk-17: Workflow fix 2025-08-14 18:10:45 -04:00
phoenix cda52a660f tsk-17: Added version tagging for pull requests 2025-08-14 18:08:23 -04:00
phoenix 6353336bba tsk-17: Added ICARUS_AUTH_BASE_API_URL to env files 2025-08-14 17:57:52 -04:00
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -8,3 +8,4 @@ POSTGRES_MAIN_DB=my_db
POSTGRES_MAIN_HOST=localhost
DATABASE_URL=postgres://${POSTGRES_MAIN_USER}:${POSTGRES_MAIN_PASSWORD}@${POSTGRES_MAIN_HOST}:5432/${POSTGRES_MAIN_DB}
ICARUS_BASE_API_URL=https://icarus.com
ICARUS_AUTH_BASE_API_URL=https://auth.icarus.com
+1
View File
@@ -8,3 +8,4 @@ POSTGRES_MAIN_DB=my_db
POSTGRES_MAIN_HOST=localhost
DATABASE_URL=postgres://${POSTGRES_MAIN_USER}:${POSTGRES_MAIN_PASSWORD}@${POSTGRES_MAIN_HOST}:5432/${POSTGRES_MAIN_DB}
ICARUS_BASE_API_URL=https://icarus.com
ICARUS_AUTH_BASE_API_URL=https://auth.icarus.com
+3
View File
@@ -4,6 +4,9 @@ on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
release: