Skip to content

Commit

Permalink
Updating Deploy Instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kigster committed May 13, 2024
1 parent fd9e2ac commit ab72d2d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ab72d2d

Please sign in to comment.