More gh actions fixes (#1150)
* copy .env file before production release * copy .env file into assets folder
This commit is contained in:
parent
978863d630
commit
33883484cf
1 changed files with 5 additions and 0 deletions
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
|
|
@ -193,6 +193,11 @@ jobs:
|
|||
with:
|
||||
name: web
|
||||
path: build/web
|
||||
- name: Update Website files
|
||||
run: |
|
||||
touch .env
|
||||
echo "$WEB_APP_ENV" >> .env
|
||||
cp .env assets/.env
|
||||
- name: Set up AWS CLI
|
||||
uses: aws-actions/configure-aws-credentials@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue