Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cheikhshift authored Oct 5, 2017
1 parent ad7d460 commit 3c7c7cf
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,15 @@ install:
build_script:
- go build -o dist\IDE -i .

on_success:
- git add
- git commit
- git push
deploy:
release: IDE-$(appveyor_build_version)
description: 'Browser accessible IDE'
provider: GitHub
auth_token:
secure: 2TbJMV82B5buGm/k2GN+dhfOsVqt7QQckAS3FaYJAceofkpylFxQixf8JB3TcrDg
artifact: binary # This is the name we specified in the artifacts section.
draft: false
prerelease: false
on:
branch: master

0 comments on commit 3c7c7cf

Please sign in to comment.