Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 303 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 303 Bytes

static

This repo uses the nginx buildpack to serve static files with dokku.

deployment

First, add the dokku project "static" as a remote repo.

git remote add dokku [email protected]:static

Then, push your changes with git push dokku master.