Skip to content

GitHub Actions

Théo DURR edited this page Aug 27, 2022 · 3 revisions

Deployment action

This action deploys the code to the production server each time a merge is made into the master branch. The deployment job connects to the machine with ssh and run the prod.sh script, located in the Sith repository.

Then, it triggers the sentry job which will create a new release on sentry and help us tracking issues depending on the release. The release hash is the hash of the last commit to master.

Clone this wiki locally