From ab72d2dec6b5f5a64d1e78f9742ea60c67760836 Mon Sep 17 00:00:00 2001 From: Konstantin Gredeskoul Date: Sun, 12 May 2024 22:36:28 -0700 Subject: [PATCH] Updating Deploy Instructions --- README.adoc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.adoc b/README.adoc index db171e5d..ab5073b1 100644 --- a/README.adoc +++ b/README.adoc @@ -31,6 +31,20 @@ NOTE: Please see the xref:#acknowledgements[Acknowledgements] at the end of this The goal of the app is to make ticket and volunteer management for community events easier and automated. +== Production Deploy, as of 2024 + +To deploy to production site — https://tickets.fnf.events — the deployer's IP address must be white-listed with EC2. Contact Konstantin Gredeskoul to get white-listed. + +The deploy is performed via Capistrano: + +[source,bash] +---- +git checkout main +git pull +bundle install +bundle exec cap production deploy +---- + == Development Environment Setup The following walks through a local setup on OS-X M1.