-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update PHP version and dependencies in deployment workflow Fix deployment Fix deploy script Fix deployment FIx deployment Fix deployment Update deployment script to fix environment file name Fix environment variable assignment in deploy.yml Fix php version Add APP_KEY to deployment workflow Update .htaccess to add PHP 8.3 handler Update environment variables for production deployment
- Loading branch information
Showing
6 changed files
with
51 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,15 +54,15 @@ export default { | |
return { | ||
success: false, | ||
form: { | ||
first_name: "Max", | ||
last_name: "Mustermann", | ||
pfadiname: "Frosch", | ||
email: "[email protected]", | ||
delivery_first_name: "Max", | ||
delivery_last_name: "Mustermann", | ||
delivery_street: "Bahnhofstrasse 41B", | ||
delivery_zip: "8000", | ||
delivery_town: "Zürich", | ||
first_name: undefined, | ||
last_name: undefined, | ||
pfadiname: undefined, | ||
email: undefined, | ||
delivery_first_name: undefined, | ||
delivery_last_name: undefined, | ||
delivery_street: undefined, | ||
delivery_zip: undefined, | ||
delivery_town: undefined, | ||
quantity: 20, | ||
}, | ||
options: [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -133,4 +133,6 @@ | |
'email' => env('CREDITOR_EMAIL', ''), | ||
], | ||
|
||
'frontend_url' => env('FRONTEND_URL', ''), | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters