Skip to content

Commit

Permalink
added pwa conf to build section of gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leoBitto committed May 1, 2024
1 parent f469980 commit 0f0fa5b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ jobs:
echo "SQL_PORT=5432" >> config/.env
echo "DATABASE=postgres" >> config/.env
echo "DOMAIN=${{ secrets.DOMAIN }}" >> config/.env
echo "PWA_APP_NAME=${{ secrets.PWA_APP_NAME }}" >> config/.env
echo "PWA_APP_DESCRIPTION=${{ secrets.PWA_APP_DESCRIPTION }}" >> config/.env
echo "PWA_APP_THEME_COLOR=${{ secrets.PWA_APP_THEME_COLOR }}" >> config/.env
echo "PWA_APP_BACKGROUND_COLOR=${{ secrets.PWA_APP_BACKGROUND_COLOR }}" >> config/.env
echo "PWA_ICON_LOCATION=${{ secrets.PWA_ICON_LOCATION }}" >> config/.env
echo "PWA_SPLASH_SCREEN_LOCATION=${{ secrets.PWA_SPLASH_SCREEN_LOCATION }}" >> config/.env
working-directory: .

- name: Display content of .env file
Expand Down

0 comments on commit 0f0fa5b

Please sign in to comment.