I have a Laravel 5.8 site
https://boss-security-2.herokuapp.com/
I deployed to Heorku to test with this script that I created
appName='boss-security-2'
echo 'appName =' $appName
# heroku apps
# heroku apps:destroy appName --confirm appName
# ----------------------
echo web: vendor/bin/heroku-php-apache2 public/ > Procfile
git init
git status
git add -A
git commit -m "Initial commit"
heroku create $appName
heroku git:remote -a $appName
heroku buildpacks:set heroku/php
heroku config:set APP_KEY=9O7AegDFJhVC16jLfNNepT7TEQ7FyFZc
git push heroku master
heroku apps:info
heroku open
echo "done"
#
I kept getting
Forbidden
>
You don't have permission to access this resource
Anything wrong in my script ?
from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/31M7pbI
via IFTTT
Aucun commentaire:
Enregistrer un commentaire