was workflow env file the issue?
All checks were successful
Docker Build & Publish / Build Docker (push) Successful in 1m5s

This commit is contained in:
ChrQR 2024-05-11 01:57:07 +02:00
parent c39bac4b83
commit bd845396db
2 changed files with 9 additions and 8 deletions

1
.env.production Normal file
View File

@ -0,0 +1 @@
PLACES_API=AIzaSyBf1ip4XogdC6XmbfDhxS_RJDOSieycJpQ

View File

@ -9,14 +9,14 @@ jobs:
name: Build Docker name: Build Docker
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Make envfile # - name: Make envfile
uses: SpicyPizza/create-envfile@v2.0 # uses: SpicyPizza/create-envfile@v2.0
with: # with:
envkey_PLACES_API: ${{ secrets.PLACES_API }} # envkey_PLACES_API: ${{ secrets.PLACES_API }}
directory: ./ # directory: ./
file_name: .env.production # file_name: .env.production
fail_on_empty: false # fail_on_empty: false
sort_keys: false # sort_keys: false
- name: Check out repository code 🛎️ - name: Check out repository code 🛎️
uses: actions/checkout@v4 uses: actions/checkout@v4