Skip to content

Commit

Permalink
ci: add env
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmatrhd committed Jul 31, 2024
1 parent e9f4a79 commit 4ef4a10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
ruby-version: '2.4.4'
- name: Build the Docker image
env:
GATE_HOSTED_DOMAINS: ${{ secrets.GATE_HOSTED_DOMAINS }}
run: |
bundle install --without development
bundle exec rake assets:precompile RAILS_ENV=production
Expand Down

0 comments on commit 4ef4a10

Please sign in to comment.