Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/reusable-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Create app .env file
run: |
echo "${{ secrets.ENV_FILE }}" > .env
echo "${{ secrets.env_file }}" > .env
echo "VITE_BUILD_DATE=$(date +'%Y-%m-%d')" >> .env
echo "VITE_BUILD_TIME=$(date +'%H:%M:%S%z')" >> .env
echo "VITE_BUILD_TS=$(date +'%Y-%m-%dT%H:%M:%S%z')" >> .env
Expand All @@ -73,7 +73,7 @@ jobs:
- name: Create infrastructure .env file
working-directory: ./infrastructure
run: |
echo "${{ secrets.CDK_ENV_DEV }}" > .env
echo "${{ secrets.cdk_env_file }}" > .env
echo "✅ Infrastructure .env file created"

- name: Build infrastructure
Expand Down