More gh actions fixes (#1150)

* copy .env file before production release

* copy .env file into assets folder
pull/1544/head
ggurdin 11 months ago committed by GitHub
parent 978863d630
commit 33883484cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save