Skip to content

Commit

Permalink
Merge pull request #10 from VascoSaraiva/dev
Browse files Browse the repository at this point in the history
Added process to create .env file in the deploy.yml workflow
  • Loading branch information
VascoSaraiva authored Oct 26, 2023
2 parents f2c4517 + b9e4261 commit f13bdf5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contentful.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:

steps:
- name: Contentful warning
run: echo 'Contentful was changed!' 🥳
run: echo 'Contentful was changed! 🥳'
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 }}" > .env
- name: Setup Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit f13bdf5

Please sign in to comment.