Skip to content

Commit 60810a2

Browse files
authored
Remove capastrano deployment from the app including travis links. (#2577)
1 parent 0b3b5b5 commit 60810a2

File tree

12 files changed

+0
-390
lines changed

12 files changed

+0
-390
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ updates:
5858
- dependency-name: flipper-ui
5959
versions:
6060
- 0.20.4
61-
- dependency-name: capistrano3-puma
62-
versions:
63-
- 5.0.3
64-
- 5.0.4
6561
- dependency-name: database_cleaner
6662
versions:
6763
- 2.0.0

.rubocop_todo.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Rails/ActiveRecordOverride:
1919
Rails/Exit:
2020
Exclude:
2121
- 'lib/**/*.rake'
22-
- 'config/deploy.rb'
2322

2423
# Offense count: 1
2524
# Configuration parameters: Include.
@@ -28,13 +27,6 @@ Rails/HasManyOrHasOneDependent:
2827
Exclude:
2928
- 'app/models/concerns/itemizable.rb'
3029

31-
# Offense count: 2
32-
# Configuration parameters: Include.
33-
# Include: app/**/*.rb, config/**/*.rb, db/**/*.rb, lib/**/*.rb
34-
Rails/Output:
35-
Exclude:
36-
- 'config/deploy.rb'
37-
3830
# Offense count: 3
3931
# Configuration parameters: Blacklist, Whitelist.
4032
# Blacklist: decrement!, decrement_counter, increment!, increment_counter, toggle!, touch, update_all, update_attribute, update_column, update_columns, update_counters

Capfile

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

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -212,12 +212,6 @@ git push --tags
212212
```
213213
2. Publish a release associated to that tag pushed up in the previous step. You can do that [here](https://github.com/rubyforgood/human-essentials/releases/new). Make sure to include details on what the release's updates achieves (we use this to notify our stakeholders on updates via email).
214214

215-
#### Deploying
216-
Start deploying the latest update by using capistrano and specifying the correct tag
217-
```sh
218-
TAG=x.y.z cap production deploy
219-
```
220-
221215
#### Send Update Email To Diaperbase Users
222216
We will now want to inform the stakeholders that we've recently made a deployment and include details on what was updated. This is achieved by accessing all the user records and sending out a email via our Mailchimp account.
223217

Rakefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Add your own tasks in files placed in lib/tasks ending in .rake,
2-
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
32

43
require_relative 'config/application'
54

config/deploy.rb

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

config/deploy/production.rb

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

config/deploy/staging.rb

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

config/deploy_id_rsa_enc

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

config/deploy_id_rsa_enc_travis

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

0 commit comments

Comments
 (0)