Skip to content

Commit

Permalink
Merge pull request #42 from Choco-Express/dev
Browse files Browse the repository at this point in the history
🚀 Deploy
  • Loading branch information
sayyyho authored Sep 5, 2024
2 parents 9ff25d7 + 0524cf3 commit 7203be5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
steps:
- name: Checkout Source Code
uses: actions/checkout@v3

- name: Create .env file
run: |
echo "VITE_BASE_URL=${{ secrets.VITE_BASE_URL }}" > .env
- name: Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 7203be5

Please sign in to comment.