was workflow env file the issue?
All checks were successful
Docker Build & Publish / Build Docker (push) Successful in 1m5s
All checks were successful
Docker Build & Publish / Build Docker (push) Successful in 1m5s
This commit is contained in:
parent
c39bac4b83
commit
bd845396db
1
.env.production
Normal file
1
.env.production
Normal file
@ -0,0 +1 @@
|
||||
PLACES_API=AIzaSyBf1ip4XogdC6XmbfDhxS_RJDOSieycJpQ
|
@ -9,14 +9,14 @@ jobs:
|
||||
name: Build Docker
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Make envfile
|
||||
uses: SpicyPizza/create-envfile@v2.0
|
||||
with:
|
||||
envkey_PLACES_API: ${{ secrets.PLACES_API }}
|
||||
directory: ./
|
||||
file_name: .env.production
|
||||
fail_on_empty: false
|
||||
sort_keys: false
|
||||
# - name: Make envfile
|
||||
# uses: SpicyPizza/create-envfile@v2.0
|
||||
# with:
|
||||
# envkey_PLACES_API: ${{ secrets.PLACES_API }}
|
||||
# directory: ./
|
||||
# file_name: .env.production
|
||||
# fail_on_empty: false
|
||||
# sort_keys: false
|
||||
- name: Check out repository code 🛎️
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user