Skip to content

Commit

Permalink
Merge branch 'issue/15927_s3links'
Browse files Browse the repository at this point in the history
  • Loading branch information
akslay committed Aug 28, 2024
2 parents 593313c + 6922497 commit 3ef2f41
Show file tree
Hide file tree
Showing 6 changed files with 162 additions and 211 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ $ lando ual_data_load

**Note**: If you're using Docker Desktop on a Mac, and encounter the following error: `ERROR ==> connect ENOENT /var/run/docker.sock`, try toggling the checkbox for `Allow the default Docker socket to be used (requires password)` and re-running `lando start`.

If you need to update the information in `match_table.csv`, be sure to also update the original spreadsheet in Sharepoint (link is available on the project's Redmine Wiki under "Project Resources".)

## Deployment

We use [Capistrano](https://capistranorb.com/) for deployments. Deployments are easiest to run through the Docker container for local development. You must provide the Slack webhook using the `SLACK_WEB_HOOK` environment variable in the `.env` file in order to deploy. You won't be able to deploy without it. You can find the webhook stored in [Stache](https://stache.arizona.edu) under the "Capistrano Slack App Webhook" entry. You must also provide the path to your SSH key in the `DEPLOY_SSH_KEY_PATH` environment variable in `.env`. **It must be an RSA or ED25519 key**. Lastly, the deployment is executed as the 'deploy' user, so you must have your SSH public key added to the deploy users `authorized_keys` file.
Expand Down
53 changes: 0 additions & 53 deletions docs/match_table.md

This file was deleted.

151 changes: 0 additions & 151 deletions docs/match_table.py

This file was deleted.

Loading

0 comments on commit 3ef2f41

Please sign in to comment.