Skip to content

Commit

Permalink
Remove outdated reference to vapor run (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne committed Apr 28, 2023
1 parent f2a8d9b commit 160c32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploy/digital-ocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ sudo ufw allow 8080
Now that Vapor is setup and we have an open port, let's run it.

```sh
vapor run serve --hostname 0.0.0.0 --port 8080
swift run App serve --hostname 0.0.0.0 --port 8080
```

Visit your server's IP via browser or local terminal and you should see "It works!". The IP address is `134.122.126.139` in this example.
Expand Down

0 comments on commit 160c32c

Please sign in to comment.