Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-static
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-static
Commits
8a81f90b
Commit
8a81f90b
authored
May 15, 2015
by
Terence Lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update README for the `public` to `public_hitml` move
parent
4ec42fd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
8a81f90b
...
@@ -8,7 +8,7 @@ This is a discovery project for using a buildpack for handling static sites and
...
@@ -8,7 +8,7 @@ This is a discovery project for using a buildpack for handling static sites and
*
error/access logs support in
`heroku logs`
*
error/access logs support in
`heroku logs`
## Deploying
## Deploying
The directory structure expected is that you have a
`public/`
directory containing all your static assets.
The directory structure expected is that you have a
`public
_html
/`
directory containing all your static assets.
1.
Set the app to this buildpack:
`$ heroku buildpacks:set git://github.com/hone/heroku-buildpack-static.git`
.
1.
Set the app to this buildpack:
`$ heroku buildpacks:set git://github.com/hone/heroku-buildpack-static.git`
.
2.
Deploy:
`$ git push heroku master`
2.
Deploy:
`$ git push heroku master`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment