Skip to content

Commit

Permalink
Added .env workflow to ci/cd pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Handke committed Jan 18, 2024
1 parent 0c162ea commit ab23fcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .env

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
with:
submodules: true
lfs: false

- name: Create .env file
run: echo "${{ secrets.PROD_FULL_ENV_FILE }}" > .env
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
Expand Down

0 comments on commit ab23fcc

Please sign in to comment.