fixed workflow

This commit is contained in:
Yannic Kilcher
2023-01-15 23:48:54 +01:00
parent fb1ff33057
commit dbdb3a0823
2 changed files with 3 additions and 12 deletions
-2
View File
@@ -46,5 +46,3 @@ jobs:
'latest' }}
backend-port: ${{ github.event_name == 'release' && '8180' || '8080' }}
website-port: ${{ github.event_name == 'release' && '3100' || '3000' }}
postgres-password: ${{ secrets.POSTGRES_PASSWORD }}
web-api-key: ${{ secrets.WEB_API_KEY }}