Skip to content

Commit

Permalink
chore: update .env base-url keys to .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nim-od committed Aug 13, 2024
1 parent 673b84a commit d4be71a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
- name: Install Dependencies
run: yarn install --no-immutable

- name: Create .env in user package
run: |
echo "${{ secrets.USER_ENV }}" > ./packages/user/.env
- name: Build Common
run: yarn run build:common

Expand Down

0 comments on commit d4be71a

Please sign in to comment.