Skip to content

Commit

Permalink
ci/cd: fix app url prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
estafons committed Oct 4, 2024
1 parent 03fe565 commit 5ea5b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/templates/.env.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ APP_KEY={{ LARAVEL_STAGING_SEC_DATA_APP_KEY }}
APP_DEBUG=false
DEBUGBAR_ENABLED=false
APP_LOG_LEVEL=debug
APP_URL={{ PROJECT_URL }}
APP_URL=https://{{ PROJECT_URL }}
ASSET_URL=${APP_URL}
MIX_ASSET_URL=${APP_URL}
APP_VERSION=v8.0
Expand Down

0 comments on commit 5ea5b87

Please sign in to comment.