Skip to content

Commit 8da2156

Browse files
some README changes
1 parent 86cb377 commit 8da2156

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ A personal portfolio website built with Phoenix LiveView.
1616
mix setup
1717
```
1818

19-
2. **Set resume URL (optional):**
20-
```bash
21-
export RESUME_URL="https://your-s3-url/resume.pdf"
22-
```
23-
2419
3. **Start the Phoenix server:**
2520
```bash
2621
mix phx.server
@@ -37,13 +32,6 @@ This application is configured to deploy to Fly.io with CI/CD via GitHub Actions
3732
Set the following secrets in Fly.io:
3833
```bash
3934
fly secrets set SECRET_KEY_BASE=$(mix phx.gen.secret)
40-
fly secrets set RESUME_URL="https://your-s3-url/resume.pdf"
35+
fly secrets set RESUME_URL="https://your-object-storage-url/resume.pdf"
4136
```
4237

43-
## Learn more
44-
45-
* Official website: https://www.phoenixframework.org/
46-
* Guides: https://hexdocs.pm/phoenix/overview.html
47-
* Docs: https://hexdocs.pm/phoenix
48-
* Forum: https://elixirforum.com/c/phoenix-forum
49-
* Source: https://github.com/phoenixframework/phoenix

0 commit comments

Comments
 (0)