Skip to content

Commit

Permalink
feat: 🔨 fix 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
MuttakinHasib committed Dec 28, 2023
1 parent 2eedd7b commit c46568b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/aafiyah.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,16 @@ jobs:
- 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
working-directory: apps/api

- name: "Install dependencies and build"
run: |
yarn install
yarn build
working-directory: apps/api

- name: "Restart The Server"
run: pm2 restart server.aafiyah.com
Expand Down

1 comment on commit c46568b

@vercel
Copy link

@vercel vercel bot commented on c46568b 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.