Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
elidakirigo committed Sep 25, 2024
1 parent 3c83af4 commit 038c21b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# GITHUB ACTION TUTORIALS

[youtube link](https://youtu.be/6-RtA6FlbgQ?si=VCEDjrvh7acQUlgT)

## NGINX - Digital Ocean Documentation
- sudo apt install nginx
- sudo ufw allow 'nginx HTTP'
- systemctl status nginx
- adduser [userName]
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"node-fetch": "^3.3.1",
"random": "^3.0.6",
"simple-git": "^2.48.0"
}
},
"proxy":"http://localhost:5000"
}

0 comments on commit 038c21b

Please sign in to comment.