Skip to content

Commit

Permalink
[ADD] Fetch environment
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarrc committed Feb 6, 2024
1 parent be963f1 commit ced3caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Environment
- name: Set up environment
run: |
echo "${{ secrets.VITE_ENV }}" > ./app/.env \
echo "${{ secrets.NODE_ENV }}" > ./server/.env
Expand Down

0 comments on commit ced3caa

Please sign in to comment.