Skip to content

Commit

Permalink
CI: Check if deployment was successful
Browse files Browse the repository at this point in the history
  • Loading branch information
MeNsaaH committed Jul 25, 2020
1 parent 056f216 commit 7223818
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ matrix:
- provider: heroku
api_key: $HEROKU_PRODUCTION_API_KEY
app: $HEROKU_APP_NAME


after_deploy:
- go get -u github.com/go-phie/gophie
- gophie version

- language: node_js
node_js: 10
env:
Expand All @@ -31,7 +35,7 @@ matrix:
- provider: script
skip_cleanup: true
script: $(npm config get prefix)/bin/stoplight publish --token $STOPLIGHT_TOKEN --url https://stoplight.io/api


notifications:
email: false
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
)

// Version : Version of Gophie
const Version = "0.0.1"
const Version = "0.3.6"

// versionCmd represents the version command
var versionCmd = &cobra.Command{
Expand Down

0 comments on commit 7223818

Please sign in to comment.