Skip to content

Commit

Permalink
Reduce release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mrromro committed Feb 14, 2022
1 parent 79883e9 commit 82d1bd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,12 @@ jobs:
strategy:
matrix:
include:
- node-version: 12.x
APP_ENV: production
- APP_ENV: production
BOWERY_APP_DOMAIN: https://app.boweryvaluation.com
- node-version: 12.x
APP_ENV: staging
- APP_ENV: staging
BOWERY_APP_DOMAIN: https://bowery-staging.herokuapp.com
- node-version: 12.x
APP_ENV: development
- APP_ENV: development
BOWERY_APP_DOMAIN: https://bowery-development.herokuapp.com
- node-version: 12.x
APP_ENV: patch
BOWERY_APP_DOMAIN: https://bowery-patch.herokuapp.com/
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion src/constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,4 @@ export const LOGO_MAP = {
development: 'logo_development.png',
staging: 'logo_staging.png',
production: 'logo_production.png',
patch: 'logo_staging.png',
}

0 comments on commit 82d1bd0

Please sign in to comment.