Skip to content

Commit

Permalink
Added process to create .env file in the deploy.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
VascoSaraiva committed Oct 26, 2023
1 parent 3503e78 commit d4811cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 93 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: 'Create env file'
run: |
echo "${{ secrets.ENV_FILE }}" > config/.env
- name: Setup Node.js
uses: actions/setup-node@v3
with:
Expand Down
93 changes: 0 additions & 93 deletions README.md

This file was deleted.

0 comments on commit d4811cc

Please sign in to comment.