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
{{ message }}
This repository was archived by the owner on Nov 5, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,6 @@ The deployment scripts deploy to `api.opencdms.org` whenever a release is made.
163
163
`LATEST` and `STABLE` suffix/prefix in the action secrets depicts whether the variable will be
164
164
used in deployment to latest or stable server.
165
165
166
-
167
166
### Setting up host for deployment
168
167
169
168
To deploy on a server using the deployment scripts (in `.github/workflows`)
@@ -178,3 +177,7 @@ to
178
177
```yaml
179
178
AcceptEnv HOST_FQDN AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY LANG LC_*
180
179
```
180
+
181
+
### Known issues
182
+
183
+
Rapidly deploying the code multiple times in a short period of time can cause Let's Encrypt to hit a rate limit - this results in the security certificate not being issued (wait before deploying again).
0 commit comments