Skip to content

Commit df03719

Browse files
author
Vidas P
committed
Drop explicit Heroku support
Heroku is no longer offering free tier where you could test ActiveWorkflow. You can still run it on heroku, but that would involve setting up individual dynos (refer to docker-compose.yml). You can still run ActiveWorkflow on heroku
1 parent 5895da1 commit df03719

File tree

7 files changed

+7
-81
lines changed

7 files changed

+7
-81
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [current]
9+
### Removed
10+
- Heroku-specific support (single button install, custom docker image, etc)
11+
12+
### Fixed
13+
- Post agent will now interpret server responses as UTF-8 with an option
14+
to override.
915

1016
## [0.9.15.1] - 2021-11-04
1117
### Added
1218
- SECURITY.md
1319

1420
## [0.9.15] - 2021-08-04
15-
## Removed
21+
### Removed
1622
- Removed IMAP Folder agent.
1723
- Removed FTP Site agent.
1824

Dockerfile.heroku

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

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ start:
66
build-image:
77
docker build -t local/active_workflow .
88

9-
HEROKU_APP = $(shell heroku apps:info | grep 'Web URL' | awk -F'[/.]' '{print $$3}')
10-
HEROKU_CONTAINER = registry.heroku.com/${HEROKU_APP}/web
11-
129
.PHONY: test
1310
test:
1411
bundle exec rspec spec

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,6 @@ docker run -p 3000:3000 --rm automaticmode/active_workflow
5555

5656
Once it starts you can login at `http://localhost:3000` with `admin`/`password`.
5757

58-
### Try it on Heroku
59-
60-
Another quick and easy way to check out ActiveWorkflow is by deploying it on
61-
[Heroku](https://www.heroku.com/).
62-
63-
All you need to do is click the button bellow and fill in the environment variables for your seed user (admin):
64-
`SEED_USERNAME`, `SEED_PASSWORD` (must be at least 8 characters long) and `SEED_EMAIL`.
65-
66-
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/automaticmode/active_workflow&env[SINGLE_DYNO]=1)
67-
68-
*Note: this configuration is not recommended for production, please see [Getting Started - Running on Heroku](https://docs.activeworkflow.org/#running-on-heroku) for more details.*
69-
7058
## Documentation
7159

7260
You can find the full project documentation at [docs.activeworkflow.org](https://docs.activeworkflow.org/).

app.json

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

docker/scripts/entrypoint-heroku

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

heroku.yml

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

0 commit comments

Comments
 (0)