You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ontime-back/docs/deployment/ec2.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This service deploys to Amazon EC2 through `.github/workflows/deploy.yml`.
5
5
## How to Deploy
6
6
7
7
1. Make sure the EC2 instance has Docker installed.
8
-
2. Point `ontime-back.kro.kr` to the EC2 public IPv4 address.
8
+
2. Point `ontime-back.duckdns.org` to the EC2 public IPv4 address.
9
9
3. Allow inbound security group traffic on TCP `80` and `443`.
10
10
4. Add the required GitHub Actions secrets listed below.
11
11
5. Run the `Deploy` workflow manually from GitHub Actions, or push to the `main` branch.
@@ -56,7 +56,7 @@ The deploy workflow writes these files under `/home/ubuntu/OnTime-back`:
56
56
Caddy is installed as a systemd service on the host and serves:
57
57
58
58
```text
59
-
https://ontime-back.kro.kr
59
+
https://ontime-back.duckdns.org
60
60
```
61
61
62
62
It proxies to the Spring Boot container through `http://127.0.0.1:8080`. After HTTPS is verified, remove public inbound `8080` from the EC2 security group.
0 commit comments