Skip to content

Commit

Permalink
Words.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseleite committed Jan 15, 2025
1 parent 2270683 commit a1ed9d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ 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`
- Set build command to `php please ssg:generate`
- If you need to compile css/js, be sure to add that command too and execute it before generating the static site folder
- ie. `npm install && npm run build && php please ssg:generate`
- Set publish directory to `storage/app/static`
Expand Down Expand Up @@ -206,8 +206,8 @@ Deployments are triggered by committing to Git and pushing to GitHub.
- Run `chmod +x build.sh` on your terminal to make sure the file can be executed when deploying
- Import a new site in your [Vercel](https://vercel.com) account
- Link the site to your desired GitHub repository
- Add build command `./build.sh`
- See [example build script](#example-build-script)
- Set build command to `./build.sh`
- See [example build script](#example-build-script), which you'll also need to add to your project
- Set output directory to `storage/app/static`
- Add `APP_KEY` env variable, by running `php artisan key:generate` locally, and copying from your `.env`
- ie. `APP_KEY` `your-app-key-value`
Expand Down

0 comments on commit a1ed9d2

Please sign in to comment.