Skip to content

Commit 6366063

Browse files
authored
Merge pull request #13 from terinjokes/terin/travis-deploy
chore(travis): add Travis deployment
2 parents 6b28517 + f67be58 commit 6366063

14 files changed

+21
-1580
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/output/

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
language: go
2+
dist: trusty
3+
sudo: false
4+
5+
install:
6+
- go get github.com/peterbourgon/grender
7+
script:
8+
- make
9+
10+
deploy:
11+
- provider: pages
12+
skip_cleanup: true
13+
github_token: $GITHUB_TOKEN
14+
local_dir: output
15+
fqdn: 'gokit.io'
16+
target_branch: master
17+
on:
18+
branch: source

404.html

Lines changed: 0 additions & 69 deletions
This file was deleted.

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.PHONY: all
22
all:
3-
grender -source _src -target .
3+
grender -source _src -target output
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
The gokit.io website.
44

55
This site uses the esoteric static site generator [grender](https://github.com/peterbourgon/grender).
6-
Edit the source files in `_src`, invoke `make` to rebuild the site, and commit and push.
6+
Edit the source files in `_src`, commit and push.
77

blog/index.html

Lines changed: 0 additions & 160 deletions
This file was deleted.

css/global.css

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)