Skip to content

Commit

Permalink
[FIX] fonticons service ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
monoald committed May 21, 2024
1 parent f5e60db commit 327d4fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci-service-fonticons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
- name: Pull Vercel Environment
working-directory: packages/fonticons-service
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Artifacts
working-directory: packages/fonticons-service
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
- name: Deploy to Vercel
working-directory: packages/fonticons-service
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}
run: vercel deploy --prod --token=${{ secrets.VERCEL_TOKEN }}
1 change: 0 additions & 1 deletion packages/fonticons-service/api/_fonticons/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const findAll = async (req, res) => {
return res.json(fonticons);
};

//
const findOne = async (req, res, next) => {
try {
const { userId } = req;
Expand Down

0 comments on commit 327d4fe

Please sign in to comment.