Skip to content

Commit

Permalink
Add app revision and log path
Browse files Browse the repository at this point in the history
  • Loading branch information
miharekar committed Nov 10, 2023
1 parent c1554a5 commit bc8b2c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:

- uses: superfly/flyctl-actions/setup-flyctl@master

- run: flyctl deploy --remote-only -e GIT_SHA="${{ github.sha }}" -e GIT_MESSAGE="${{ github.event.head_commit.message }}"
- run: flyctl deploy --remote-only -e GIT_SHA="${{ github.sha }}" -e APP_REVISION="${{ github.sha }}" -e GIT_MESSAGE="${{ github.event.head_commit.message }}"
2 changes: 2 additions & 0 deletions config/appsignal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ default: &defaults
# See https://docs.appsignal.com/ruby/configuration/options.html for
# all configuration options.

log_path: "tmp/log"

# Configuration per environment, leave out an environment or set active
# to false to not push metrics for that environment.
development:
Expand Down

0 comments on commit bc8b2c9

Please sign in to comment.