-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdocs
54 lines (32 loc) · 1.38 KB
/
docs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<<<<<<< HEAD
// "build": "babel src --out-dir dist",
// "start": "node ./dist/bin/www.js",
// "start:dev": "nodemon --ignore dist/ --ignore test/ --exec babel-node ./src/bin/www.js",
// "lint": "eslint .",
// "lint:fix": "eslint . --fix",
// "test": "NODE_ENV=test mocha --require @babel/register --exit",
// "db:migrate": "npx sequelize-cli db:migrate"
heroku login
heroku apps:create project-alxapp01 --buildpack heroku/nodejs
git push heroku HEAD:master
heroku create myapp --buildpack heroku/python
https://project-alxapp01.herokuapp.com/
=======
Deploy node app
move code to staging area
heroku login
heroku apps:create project-alxapp01 --buildpack heroku/nodejs
heroku git:remote -a project-alxapp01
git push heroku HEAD:master
heroku create myapp --buildpack heroku/python
https://project-alxapp01.herokuapp.com/
Deploy flask app
move code to staging area
heroku login
heroku apps:create project-alxapp02 --buildpack heroku/python
heroku git:remote -a project-alxapp02
git push heroku HEAD:master
heroku create myapp --buildpack heroku/python
https://project-alxapp02.herokuapp.com/
>>>>>>> 9221b4d (Add docs)
/home/donjoe/Desktop/alx/user-management/flaskapp/venv/lib/python3.10/site-packages/flask