Deploy with a specific event
March 18, 2021 ยท View on GitHub
Phoenix can be deployed with a specific event. To do that.
- Copy the event data to
./src/assets(or you can use a URL instead) - Specify the event data type and file path (or URL) in
./src/event-config.json - Lastly, run the command:
yarn deploy:web
The deployed application will be in ./docs which can be copied to an HTTP server.