Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit cff8229

Browse files
authored
add link to packaging guide (#14)
motivation: discoverability of new packaging guide changes: * rename "Deployment to Public Cloud" -> "Deployment to Servers or Public Cloud" * add intro + link in the "deployment" section
1 parent d099c39 commit cff8229

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ to keep `Tests/LinuxMain.swift` around but with with the following code to remin
8282

8383
- If you don't have `--privileged` (or `--security-opt seccomp=unconfined`) containers (meaning you won't be able to use `lldb`) or you don't want to use lldb, consider using a library like [`swift-backtrace`](https://github.com/swift-server/swift-backtrace) to get stack traces on crash.
8484

85-
## Deployment to Public Cloud
85+
## Deployment to Servers or Public Cloud
86+
87+
Once an application is built for production, it needs to be packaged for deployment. There are several strategies for packaging Swift applications for deployment, see the [Packaging Guide](packaging.md) for more information.
8688

8789
TODO: add guides for popular public clouds like AWS, GCP, Azure, Heroku, etc.

0 commit comments

Comments
 (0)