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

Commit

Permalink
Update netlify commands (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstratton committed Jan 31, 2017
1 parent aa13afe commit 8a1b9fe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
3 changes: 1 addition & 2 deletions bin/netlify-production.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
ln -s /opt/build/repo /opt/build/devopsdays-theme
cd exampleSite
hugo_0.18 version
hugo_0.18 -v --theme=devopsdays-theme --buildDrafts=false --baseURL="/"
hugo_0.18 --theme=devopsdays-theme --buildDrafts=false --baseURL="/"
gulp --cwd .
3 changes: 1 addition & 2 deletions bin/netlify.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
ln -s /opt/build/repo /opt/build/devopsdays-theme
cd exampleSite
hugo_0.18 version
hugo_0.18 -v --theme=devopsdays-theme --buildDrafts=false --baseURL="/"
hugo_0.18 --theme=devopsdays-theme --buildDrafts=false --baseURL="/"
5 changes: 0 additions & 5 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# Global settings applied to the whole site.
[build]
publish = "exampleSite/public/"
command = "bin/netlify.sh"

# Production context: All deploys to the main
# repository branch will inherit these settings.
[context.production]
Expand Down

0 comments on commit 8a1b9fe

Please sign in to comment.