Skip to content

Instantly share code, notes, and snippets.

@ChechoCZ
Last active April 2, 2019 19:53
Show Gist options
  • Save ChechoCZ/a4b91ddb6b4111edc637cb93535faff5 to your computer and use it in GitHub Desktop.
Save ChechoCZ/a4b91ddb6b4111edc637cb93535faff5 to your computer and use it in GitHub Desktop.
Commands to run after deployment on elastic beanstalk
container_commands:
01-migrate:
command: "php artisan migrate:refresh --force"
02-seed:
command: "php artisan db:seed --force"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment