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
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user