Skip to content

Commit

Permalink
update release_command from authprod to auth #172
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Jan 3, 2022
1 parent 54b9ef7 commit 62f74ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ have an **introductory tutorial**:
## 5 Minute 5 Step Setup

> **Note** the App will **_not_ compile/work**
until you have the **required environment variables**.
until you have the **required environment variables**. <br />
You will see an error similar to:
[**issues/157**](https://github.com/dwyl/auth/issues/157).
See the 3<sup>rd</sup> step below.
Expand All @@ -118,7 +118,7 @@ git clone [email protected]:dwyl/auth.git && cd auth
### 2. Install dependencies:

```sh
mix deps.get && npm install --prefix assets
mix deps.get
```

### 3. Environment Variables
Expand Down
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ kill_timeout = 5
[env]

[deploy]
release_command = "/app/bin/authprod eval Auth.Release.migrate"
release_command = "/app/bin/auth eval Auth.Release.migrate"

[[services]]
# http_checks = []
Expand Down

0 comments on commit 62f74ed

Please sign in to comment.