File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff 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-
24193 . ** 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
3732Set the following secrets in Fly.io:
3833``` bash
3934fly 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
You can’t perform that action at this time.
0 commit comments