From a33e7766b18f55a35966bee7e5f42c0c87bf63e2 Mon Sep 17 00:00:00 2001 From: mcarman Date: Thu, 1 Jun 2023 13:13:39 +0000 Subject: [PATCH] --- Update-Server.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Update-Server.md b/Update-Server.md index 6fd140e..f072321 100644 --- a/Update-Server.md +++ b/Update-Server.md @@ -8,4 +8,8 @@ To update Server 5. SSH to username@vapor.prelub.com 6. CD into fueling_v1 directory located at /home/mcarman/fueling_v1 7. Use this build command vapor build --enable-prefetching --configuration release -8. Once build completes restart the fueling service in supervisor on the web. \ No newline at end of file +8. Once build completes restart the fueling service in supervisor on the web. + +If the project does not build you may need to update the swift version used. If so use these two commands +echo "export PATH=/usr/share/swift/usr/bin:$PATH" >> ~/.zshrc +source ~/.zshrc