More gh actions fixes (#1150)

* copy .env file before production release

* copy .env file into assets folder
This commit is contained in:
ggurdin 2024-12-05 11:06:57 -05:00 committed by GitHub
parent 978863d630
commit 33883484cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: