Skip to content

Commit

Permalink
new deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdallah-Alwarawreh committed Dec 28, 2024
1 parent 721ddd1 commit 0126764
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
git rm -rf .
echo "node_modules/" > .gitignore
echo "Scraper/" >> .gitignore
git add .
git -c user.name='github-actions' -c user.email='[email protected]' commit -m "Deploy backend"
Expand Down
1 change: 0 additions & 1 deletion Scraper/.gitignore

This file was deleted.

0 comments on commit 0126764

Please sign in to comment.