Deploy Studio Flows & Functions with GitHub Actions
Created by: Twilio
- Runtime
- JavaScript
- Twilio Release
This example uses GitHub Actions to automatically deploy your Twilio Functions & Studio Flows as part of your Continuous Delivery flow.
This example works as a blueprint and can also be applied for other CI/CD platforms such as Travis, CircleCI or Azure DevOps. In any case it will require some modifications as outlined in the README of the project.
Currently only available in JavaScript. Request hosting support for other languages
- Get the code for this project
The code for this sample is available on GitHub to view.
- Get Twilio credentials
You will need an Account SID and Auth Token in order to run this code.
Checking for existing account...
- Set up the code sample locally
Follow the setup instructions in the README to get the sample up and running.