File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 - run : yarn test
1616 env :
1717 TZ : America/Santiago
18- deploy :
19- if : github.ref == 'refs/heads/master'
20- needs : test
21- runs-on : ubuntu-latest
22- steps :
23- - uses : actions/checkout@v4
24- with :
25- fetch-depth : 0
26-
27- - name : ssh deploy
28- uses : dokku/github-action@master
29- with :
30- git_remote_url : ' ssh://dokku@devschile.cl/huemul'
31- ssh_private_key : ${{ secrets.SSH_PRIVATE_KEY }}
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Huemul
22
3- [ ![ Build Status] ( https://travis-ci.org/devschile/huemul.svg?branch=master )] ( https://travis-ci.org/devschile/huemul )
43[ ![ dependency Status] ( https://img.shields.io/david/devschile/huemul.svg?style=flat-square )] ( https://david-dm.org/devschile/huemul#info=dependencies )
54[ ![ devDependency Status] ( https://img.shields.io/david/dev/devschile/huemul.svg?style=flat-square )] ( https://david-dm.org/devschile/huemul#info=devDependencies )
65[ ![ Total alerts] ( https://img.shields.io/lgtm/alerts/g/devschile/huemul.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/devschile/huemul/alerts/ )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1313 " hubot-cpf" ,
1414 " hubot-diagnostics" ,
1515 " hubot-diceware" ,
16- " hubot-dokku-hook" ,
1716 " hubot-emoji-creator" ,
1817 " hubot-google-images" ,
1918 " hubot-help-private" ,
3736 " hubot-restriccion_scl" ,
3837 " hubot-rules" ,
3938 " hubot-sentry-integration" ,
40- " hubot-shipit" ,
41- " hubot-travis-ci-hook" ,
4239 " hubot-tweets" ,
4340 " hubot-wikipedia-lang" ,
4441 " hubot-youtube" ,
Original file line number Diff line number Diff line change 5252 "hubot-cpf" : " 1.0.6" ,
5353 "hubot-diagnostics" : " 0.0.2" ,
5454 "hubot-diceware" : " 3.0.0" ,
55- "hubot-dokku-hook" : " 1.0.0" ,
5655 "hubot-earthimpact" : " 0.0.1" ,
5756 "hubot-emoji-creator" : " 0.2.0" ,
5857 "hubot-google-images" : " 0.2.7" ,
7978 "hubot-rules" : " 0.1.2" ,
8079 "hubot-scripts" : " 2.17.2" ,
8180 "hubot-sentry-integration" : " 0.0.2" ,
82- "hubot-shipit" : " 0.2.1" ,
8381 "hubot-slack" : " ^4.10.0" ,
8482 "hubot-surbtc" : " 0.3.0" ,
85- "hubot-travis-ci-hook" : " 1.0.0" ,
8683 "hubot-tweets" : " github:devschile/hubot-tweets" ,
8784 "hubot-wikipedia-lang" : " 1.0.3" ,
8885 "hubot-youtube" : " 1.1.0" ,
Original file line number Diff line number Diff line change @@ -4022,10 +4022,6 @@ hubot-diceware@3.0.0:
40224022 diceware-wordlist-en-eff "1.0.1"
40234023 diceware-wordlist-sp "1.0.0"
40244024
4025- hubot-dokku-hook@1.0.0 :
4026- version "1.0.0"
4027- resolved "https://registry.yarnpkg.com/hubot-dokku-hook/-/hubot-dokku-hook-1.0.0.tgz#99ac912213ebce656a0314003eedbc021e749f3c"
4028-
40294025hubot-earthimpact@0.0.1 :
40304026 version "0.0.1"
40314027 resolved "https://registry.yarnpkg.com/hubot-earthimpact/-/hubot-earthimpact-0.0.1.tgz#06fbb6bb67de982a76a631f067c096190565a9a1"
@@ -4150,10 +4146,6 @@ hubot-sentry-integration@0.0.2:
41504146 version "0.0.2"
41514147 resolved "https://registry.yarnpkg.com/hubot-sentry-integration/-/hubot-sentry-integration-0.0.2.tgz#14ee7639aecfd11f96b6d2cf657d326c1fc5940b"
41524148
4153- hubot-shipit@0.2.1 :
4154- version "0.2.1"
4155- resolved "https://registry.yarnpkg.com/hubot-shipit/-/hubot-shipit-0.2.1.tgz#4fbc9e161953bf7901fdc36e2a702c13103f16b2"
4156-
41574149hubot-slack@^4.10.0 :
41584150 version "4.10.0"
41594151 resolved "https://registry.yarnpkg.com/hubot-slack/-/hubot-slack-4.10.0.tgz#da5db24782c74d17bc1d9fa60a62d3f9c4f009a9"
@@ -4176,12 +4168,6 @@ hubot-test-helper@1.9.0:
41764168 dependencies :
41774169 hubot ">=3.0.0 <10 || 0.0.0-development"
41784170
4179- hubot-travis-ci-hook@1.0.0 :
4180- version "1.0.0"
4181- resolved "https://registry.yarnpkg.com/hubot-travis-ci-hook/-/hubot-travis-ci-hook-1.0.0.tgz#6137e859e56ff663e024c3c6481928ac97cf0caf"
4182- dependencies :
4183- parse-ms "1.0.1"
4184-
41854171" hubot-tweets@github:devschile/hubot-tweets " :
41864172 version "0.0.1"
41874173 resolved "https://codeload.github.com/devschile/hubot-tweets/tar.gz/434e4005da8d334067fc5021e17a39b3728c2c9d"
@@ -6525,10 +6511,6 @@ parse-json@^4.0.0:
65256511 error-ex "^1.3.1"
65266512 json-parse-better-errors "^1.0.1"
65276513
6528- parse-ms@1.0.1 :
6529- version "1.0.1"
6530- resolved "https://registry.yarnpkg.com/parse-ms/-/parse-ms-1.0.1.tgz#56346d4749d78f23430ca0c713850aef91aa361d"
6531-
65326514parse-ms@^2.1.0 :
65336515 version "2.1.0"
65346516 resolved "https://registry.yarnpkg.com/parse-ms/-/parse-ms-2.1.0.tgz#348565a753d4391fa524029956b172cb7753097d"
You can’t perform that action at this time.
0 commit comments