Create Deployment Checklist
Browse files- Deployment Checklist +3 -0
Deployment Checklist
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
git add .
|
| 2 |
+
git commit -m "Added backend"
|
| 3 |
+
git push
|