Once you’ve completed the steps for CI Integration, set up Travis CI as follows: Step 1: Encrypt the private key you created for the robot user and store it in the repo. To do so, follow Travis CI’s instructions on encrypting files. We recommend using the “Automated Encryption” method. Step 2: Add anDocumentation Index
Fetch the complete documentation index at: https://www.aptible.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
after_success deploy step. Here again, follow Travis CI’s instructions on custom deployment. The after_success in your .travis.yml file should look like this:
Also, see My deploy failed with a git error referencing objects, trees, revisions or commits to understand why you need git fetch here.

