W
Wasp4w ago
BirdMan

Wasp Deployment

So i see you have a deploy command and if i want i can have my ai agent just that command to deploy to fly.io but i im coming from firebase app hosting and i love the pipeline i had whwre i would push to the repo main branch and firebase would automatically deploy that.
Can i achieve the sane with git workflows using your deploy command?
1 Reply
kapa.ai
kapa.ai4w ago
Hi @BirdMan. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- Wasp does not currently provide an official GitHub Action or built-in CI/CD integration for automatic deployments when you push to your main branch, like Firebase Hosting does. However, you can use the Wasp CLI's deploy command (e.g., wasp deploy fly deploy) in a custom GitHub Actions workflow to achieve a similar pipeline. There is an open feature request to implement a Wasp GitHub CI Action that would build (and potentially deploy) your Wasp app, but as of now, this is not yet available as an official solution. You would need to set up your own workflow file in your repository that runs the Wasp deploy command on push to main. The Wasp team is aware of this use case and is considering it for future improvements Implement a Wasp Github CI Action. In summary:
- You can achieve automatic deployment with GitHub Actions by scripting the Wasp CLI deploy command in your workflow. - There is no official, ready-made Wasp GitHub Action yet, but you can build your own workflow around the CLI. If you need help setting up such a workflow, let me know! ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ---------------------- Sorry @BirdMan, I seem to be having a bit of trouble. Don't worry though, I've pinged my support and they will try to fix me up! :technologist: Perhaps try again in 15mins?

Did you find this page helpful?