Fix name of .env file
All checks were successful
Build BAB Application Deployment Artifact / build (push) Successful in 3m1s
All checks were successful
Build BAB Application Deployment Artifact / build (push) Successful in 3m1s
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
||||
steps:
|
||||
- name: Create env file
|
||||
run: |
|
||||
echo "${{ vars.ENV_FILE }}" > .env
|
||||
echo "${{ vars.ENV_FILE }}" > .env.local
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Setup Node
|
||||
|
||||
Reference in New Issue
Block a user