Report this

What is the reason for this report?

Exclude GitHub repo files from being deployed

Posted on March 26, 2021

I’ve a hunch I’m going to kick myself, but…

Is there a way to commit files to repo but exclude them from being deployed?

I’ve a very simple static site and deployment using Apps works fine.

However, I’d like to document the repo too and exclude those files from being deployed.

I can’t exclude them with .gitignore because I’d like them committed to the repo.

I tried .dockerignore but the files continue to be copied.



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.

👋 @dazwilkin

Great question, when generating your static site, saving the content you want to deploy to a specific folder, called an output directory, will only deploy those files. Anything not in that folder will not get deployed.

This can be set under the static site component in your apps Components tab.

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.