Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
adds instructions for how bundle install the sftp gem
  • Loading branch information
niquerio committed Jun 16, 2022
1 parent 3508a71 commit db9e904
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env-example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
BUNDLE_RUBYGEMS__PKG__GITHUB__COM="Your Github Personal Access Token with read:packages access"
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ build web container
docker-compose build web
```

set up your .env file
```
cp .env-example .env
```

Replace the value for `BUNDLE_RUBYGEMS__PKG__GITHUB__COM` in the `.env` file with your [personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) that has `read:packages` access.

bundle install gems to a docker volume
```
docker-compose run --rm web bundle install
Expand Down

0 comments on commit db9e904

Please sign in to comment.