Skip to content

Commit

Permalink
Fix directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
VVoruganti committed May 15, 2024
1 parent 04753e4 commit f493231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing/deploying.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ be configured separately</Warning>
Once `flyctl` is set up use the the following commands to launch the application:

```bash
cd honcho/api
cd honcho
flyctl launch --no-deploy # Follow the prompts and edit as you see fit
cat .env | flyctl secrets import # Load in your secrets
flyctl deploy # Deploy with appropriate environment variables
Expand Down

0 comments on commit f493231

Please sign in to comment.