fixed workflow

This commit is contained in:
Yannic Kilcher
2023-01-15 23:44:46 +01:00
parent 5d441b1570
commit fb1ff33057
+2 -6
View File
@@ -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 }}