Skip to content

Commit

Permalink
Update releases-and-deployment.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch authored Feb 8, 2017
1 parent 0d53c9b commit 901afc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/development/releases-and-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@
* merge the change in package.json to master
* don't forget to push!
* now, you can publish the release in GitHub
* Whenever a release is published, the production server is updated with the release name and package but does not deploy it
* notification is sent to slack #sparksystemlog with the release name - notifying you that it's ready for deployment

## Deploying to production
* Whenever a release is published, the production server is updated with the release name and package but does not deploy it
* currently deployment is only possible via ssh, easiest way is using the following command (in Linux):
* `ssh -i spark_production_deployment.id_rsa [email protected] RELEASE_TAG_NAME`

Expand Down

0 comments on commit 901afc5

Please sign in to comment.