Skip to content

Commit

Permalink
Remove GPG_TTY system variable from tag-release documentation (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellhenke authored Dec 5, 2024
1 parent 82b2240 commit 01fbc37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _articles/appdev-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ Where `<PR_NUMBER>` is the number of the _merged_ PR.
1. In the application repository, use your GPG key to tag the release.
```bash
git checkout stages/prod && git pull
export GPG_TTY=$(tty)
bin/tag-release
```
2. Add release notes in GitHub:
Expand Down Expand Up @@ -350,4 +349,4 @@ For environments other than prod, note that if a migration has been introduced o
Additionally, migration instances are responsible for compiling assets. If assets have changed since the last migration, we recommend against running a no-migration recycle. Otherwise, the new servers will look for fingerprinted asset files that don't exist, because the migration instances never created them.

To tell if assets have changed since the last migration, inspect the [Environments status page](https://dashboard.int.identitysandbox.gov/env). Click "pending changes" and determine if any files changed in `app/assets/stylesheets` or `app/javascript`.
To tell if assets have changed since the last migration, inspect the [Environments status page](https://dashboard.int.identitysandbox.gov/env). Click "pending changes" and determine if any files changed in `app/assets/stylesheets` or `app/javascript`.

0 comments on commit 01fbc37

Please sign in to comment.