Skip to content

Commit

Permalink
feat: 🔨 fixing deps issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MuttakinHasib committed Dec 28, 2023
1 parent f3d3bec commit 2eedd7b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/aafiyah.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,21 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- run: npm -g install [email protected]
- run: npm -g install pm2

- name: "Go to the api directory"
run: cd apps/api

- name: "Create env file"
run: |
echo "${{ secrets.ENV_FILE }}" > .env
- run: npm -g install [email protected]
- run: npm -g install pm2
- run: yarn install --frozen-lockfile
- run: yarn build
- name: "Install dependencies and build"
run: |
yarn install
yarn build
- name: "Restart The Server"
run: pm2 restart server.aafiyah.com
Expand Down

1 comment on commit 2eedd7b

@vercel
Copy link

@vercel vercel bot commented on 2eedd7b Dec 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.