Skip to content

Commit cf29084

Browse files
committed
chore: remove unused files
1 parent 48b35cf commit cf29084

9 files changed

Lines changed: 0 additions & 73 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,3 @@ jobs:
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 }}

.travis.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

Procfile

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
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/)

app.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

deploy_key.pem.enc

-1.64 KB
Binary file not shown.

external-scripts.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
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",
@@ -37,8 +36,6 @@
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",

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
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",
@@ -79,10 +78,8 @@
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",

yarn.lock

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff 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-
40294025
hubot-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-
41574149
hubot-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-
65326514
parse-ms@^2.1.0:
65336515
version "2.1.0"
65346516
resolved "https://registry.yarnpkg.com/parse-ms/-/parse-ms-2.1.0.tgz#348565a753d4391fa524029956b172cb7753097d"

0 commit comments

Comments
 (0)