Skip to content

Commit 126e042

Browse files
committed
added images
1 parent b30bfcb commit 126e042

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ yarn start
2323

2424
1. Create an AWS account and go to the [Elastic Beanstalk website](https://console.aws.amazon.com/elasticbeanstalk/home) (note that you may be charged)
2525
2. Create a new Elastic Beanstalk application, along with a web server environment
26-
![](./docs/src/images/eb1.png)
26+
![](./dimages/eb1.png)
2727
3. Select Docker as the configuration and upload Dockerized server code as a .zip file. Since there's a Dockerfile already, all you need to do is save the authentication server project folder as a zip file and upload it here.
28-
![](./docs/src/images/eb2.png)
28+
![](.images/eb2.png)
2929
4. After a few minutes (and resolving any potential errors), your server should be deployed
30-
![](./docs/src/images/eb3.png)
30+
![](./images/eb3.png)
3131

3232
Tips:
3333

@@ -51,7 +51,7 @@ Tips:
5151
- If you choose to use Heroku Git, you will have to install the [Heroku CLI tool](https://devcenter.heroku.com/articles/heroku-cli) and follow the given instructions to deploy your code to Heroku.
5252
- Alternatively, you can choose to use GitHub directly and link Heroku to your GitHub project.
5353

54-
![](./docs/src/images/h1.png)
54+
![](./images/h1.png)
5555

5656
Tips:
5757

@@ -61,10 +61,10 @@ Tips:
6161
app.listen(process.env.PORT || 8000)
6262
```
6363

64-
![](./docs/src/images/h3.png)
64+
![](./images/h3.png)
6565

6666
- Note that syncing changes using the CLI tool can be tedious if you are deploying mid-development, so it is recommended to deploy either at the very beginning or end. You have to clone the Heroku repository and make/commit your changes there for them to reflect on the deployment.
67-
![](./docs/src/images/h2.png)
67+
![](./images/h2.png)
6868
- You can turn the deployment offline/online with the following command:
6969

7070
```

images/eb1.png

232 KB
Loading

images/eb2.png

128 KB
Loading

images/eb3.png

159 KB
Loading

images/h1.png

109 KB
Loading

images/h2.png

66.6 KB
Loading

images/h3.png

61.5 KB
Loading

0 commit comments

Comments
 (0)