Report this

What is the reason for this report?

How do you deploy from Github Actions to Apps?

Posted on November 5, 2020

We are wanting to use DigitalOcean Apps to host a application in production. Pulling directly from a github repo and pushing is not a real option for us since we need to replace variables and do some NPM BUILD-commands in the build stage.

Can you use github actions to push to the Apps?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

👋 We don’t have a direct integration with GitHub Actions but you can leverage the App Platform API and/or the doctl command-line tool (doctl documentation) from GitHub Actions.

You should also be able to leverage build commands to execute arbitrary NPM commands during build.

I would love to see this implemented.

Without this, app platform is not a real possibility for us… going to AWS now.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.