Skip to content

Commit

Permalink
Update Netlify instructions (default PHP version is now 8)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmcdade committed Sep 27, 2021
1 parent 54dd99f commit 0567f0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,8 @@ Deployments are triggered by committing to Git and pushing to GitHub.

- Create a site in your [Netlify](https://netlify.com) account
- Link the site to your desired GitHub repository
- Add build command `php please ssg:generate`
- Add build command `php please ssg:generate` (if you need to compile css/js, be sure to add that command too. e.g. `php please ssg:generate && npm install && npm run prod`).
- Set publish directory `storage/app/static`
- Add environment variable: `PHP_VERSION` `7.4`

After your site has an APP_URL...

Expand Down

0 comments on commit 0567f0e

Please sign in to comment.