#48 - heroku deployment #70
Reference in New Issue
Block a user
Delete Branch "#48-heroku-deployment"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It should close #48
@@ -7,6 +7,7 @@"require": {"php": "^8.1","ext-pdo": "*","ext-redis": "*",So do we need ext-redis or predis?
@@ -16,4 +12,3 @@"calendar_id" => env("GOOGLE_CALENDAR_ID"),"user_to_impersonate" => env("GOOGLE_CALENDAR_IMPERSONATE"),];I would pu it into storage directory.
Could you provide here some default values if they're not secret ones?
@@ -16,4 +12,3 @@"calendar_id" => env("GOOGLE_CALENDAR_ID"),"user_to_impersonate" => env("GOOGLE_CALENDAR_IMPERSONATE"),];Heroku buildpack creates this file in root directory and we cannot change this location.
@@ -7,6 +7,7 @@"require": {"php": "^8.1","ext-pdo": "*","ext-redis": "*",ext-redis
@@ -16,4 +12,3 @@"calendar_id" => env("GOOGLE_CALENDAR_ID"),"user_to_impersonate" => env("GOOGLE_CALENDAR_IMPERSONATE"),];Okok.