Skip to content

Commit

Permalink
Fix wget command for tsuru.yml in React app deployment guide
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed Dec 3, 2024
1 parent 1e53db2 commit c1cc86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/user_guides/deploy_react_apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ Well, now we have the build directory with all static files, the next step is to
``` bash
$ cd build
$ wget https://raw.githubusercontent.com/tsuru/platforms/refs/heads/master/examples/static-reactjs/nginx.conf
$ wget https://github.com/tsuru/platforms/blob/master/examples/static-reactjs/tsuru.yml
$ wget https://raw.githubusercontent.com/tsuru/platforms/refs/heads/master/examples/static-reactjs/tsuru.yml
$ tsuru app deploy -a <app-name> .
```

0 comments on commit c1cc86f

Please sign in to comment.