File tree Expand file tree Collapse file tree 2 files changed +7
-18
lines changed Expand file tree Collapse file tree 2 files changed +7
-18
lines changed Original file line number Diff line number Diff line change @@ -14,19 +14,11 @@ install:
1414script :
1515- make check
1616before_deploy :
17- - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
18- - make upload TARGET=travis-${TRAVIS_OS_NAME}
17+ - make package TARGET=travis-${TRAVIS_OS_NAME}
1918deploy :
20- provider : heroku
21- app : imgflo-dependencies14
22- strategy : git
23- on :
24- tags : true
25- run :
26- - make heroku-release TARGET=heroku VERSION=`git describe --tags`
19+ provider : releases
2720 api_key :
28- secure : J5slnQnumuFDxRDZWz+XWPCWguoPZpQlU5NJ2Hcvs1GTiA7wCN/hHIIOZeT+TXHVchlZX4lkF3KrNXNNxGw4jM5BU9l+8mqx623tmSzH2c8BlyFw10f/iRQP/xae7gbl4vSt3XlRsqugqDpbpQ0/g9L+ZikRac1pzShxXm2rxQ4=
29- env :
30- global :
31- - secure : hmMq4ab2aLNUXgKi4YeJv736ArXlNR1FAnINDILdZ0Q6Ht1t/a7TBYBercUx1GWQJnaodxPtHiBZYsQuFYM1UEY34zxXpjjffcRO35zvsbQLQzYy54u31yjG7h1+u6EXNoaU0uno+8Ahuhg4ilAoYLNabqoJnQ4HVIRMdx7WNIQ=
32- - secure : dSd/ym4HclfRga/KllFut1nCMbPBrpEP+2WKkgwNnlctlpf5WlHnBbRMOS3fRHiVPwrAKUm68oLkDIZGyZv59smDabM1NcX+dKAoLNYz2u2jWOk3W02eA0/MyIPlOUR8/ZR/tQPucVfvXRmPDjH014cE9PZ6PBT3iW2HSePYTZk=
21+ secure : Iw7gpxI5jP4PC2SQqtHGMXo5HOcKl1s5Z+Qc5yA+G4DQVjxKl+xTUrNJbval7yCusExLqBnjzl5nWcBXYZiPZUzOXw5ZF5t3qkVYTPaMFwqF1fZVYIT6vkxlW4maVTFewPPAbj66KYgdOqUIOueZQOTz/9+W52wphWW3iYLoZ4w=
22+ file : imgflo-dependencies-travis-${TRAVIS_OS_NAME}.tgz
23+ on :
24+ repo : imgflo/imgflo-dependencies
Original file line number Diff line number Diff line change @@ -117,10 +117,7 @@ clean:
117117 git clean -dfx --exclude node_modules --exclude install
118118
119119package :
120- tar -czf ./imgflo-dependencies-$(VERSION ) -$(TARGET ) .tgz ./install
121-
122- upload : package
123- curl --ftp-create-dirs -T imgflo-dependencies-$(VERSION ) -* .tgz -u $(FTP_USER ) :$(FTP_PASSWORD ) ftp://vps.jonnor.com/ftp/
120+ tar -czf ./imgflo-dependencies-$(TARGET ) .tgz ./install
124121
125122release : dependencies check upload
126123
You can’t perform that action at this time.
0 commit comments