Skip to content

Commit

Permalink
update version to 0.4.0 (#82)
Browse files Browse the repository at this point in the history
* update version

* update wercker settings
  • Loading branch information
goenning authored Jul 29, 2017
1 parent cd09e16 commit 7b8f33c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

var buildtime string
var version = "0.4.0-beta"
var version = "0.4.0"

func main() {
fmt.Printf("Application is starting...\n")
Expand Down
7 changes: 4 additions & 3 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,12 @@ deploy:
code: |
apk update && apk add openssh-client bash
- add-to-known_hosts:
hostname: 67.205.153.133
fingerprint: SHA256:KsmKuG/9bu/5GPkMjVBt37hoB82PY3/932kwxLXkdn0
hostname: fider.io
fingerprint: 30:cb:34:37:25:24:26:ca:9f:d8:aa:60:03:68:67:db
type: rsa
- add-ssh-key:
keyname: CORE
- script:
name: restart
code: |
ssh core@67.205.153.133 "/home/core/start-app.sh"
ssh core@fider.io "/home/core/start-app.sh"

0 comments on commit 7b8f33c

Please sign in to comment.