Skip to content

Commit

Permalink
Set up deployment with netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
csillag committed Oct 7, 2024
1 parent e62eed2 commit e6b8614
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
node_modules/
*.log
.idea

# Local Netlify folder
.netlify
3 changes: 3 additions & 0 deletions frontend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ clean:

veryclean: clean
rm -rf node_modules

deploy-pontusxtest: build-pontusxtest
./node_modules/.bin/netlify deploy --dir=frontend/dist --prod

0 comments on commit e6b8614

Please sign in to comment.