Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
fix: Better retry mechanism, with or without Tor (#68)
Browse files Browse the repository at this point in the history
* Allow deploy to heroku

* Update packages

* Fix web command

* Better error msg

* fix: Better retry mechanism, with or without Tor

* Fix retry logic

* Show debug in staging
  • Loading branch information
amaury1093 authored May 21, 2020
1 parent f2a4a45 commit 83fd4fe
Show file tree
Hide file tree
Showing 9 changed files with 150 additions and 95 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ jobs:
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
with:
args: "deploy --config fly.staging.toml --dockerfile Dockerfile.staging"
args: "deploy --config fly.staging.toml --dockerfile staging.Dockerfile"
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
with:
args: "deploy --config fly.production.toml --dockerfile Dockerfile.production --remote-only"
args: "deploy --config fly.production.toml --dockerfile production.Dockerfile --remote-only"
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ reacher

# Log files
*.log

# Secrets
*.csv
119 changes: 60 additions & 59 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ publish = false

[dependencies]
async-recursion = "0.3"
async-smtp = { version = "0.3", features = ["socks5"] }
check-if-email-exists = "0.8"
env_logger = "0.7"
log = "0.4"
Expand Down
File renamed without changes.
Loading

0 comments on commit 83fd4fe

Please sign in to comment.