Skip to content

Commit

Permalink
fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yk committed Jan 15, 2023
1 parent 5d441b1 commit fb1ff33
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,5 @@ jobs:
'latest' }}
backend-port: ${{ github.event_name == 'release' && '8180' || '8080' }}
website-port: ${{ github.event_name == 'release' && '3100' || '3000' }}
postgres-password:
${{ github.event_name == 'release' && secrets.STAGING_POSTGRES_PASSWORD
|| 'postgres' }}
web-api-key:
${{ github.event_name == 'release' && secrets.STAGING_WEB_API_KEY ||
'1234' }}
postgres-password: ${{ secrets.POSTGRES_PASSWORD }}
web-api-key: ${{ secrets.WEB_API_KEY }}

0 comments on commit fb1ff33

Please sign in to comment.