https://github.com/tkuchiki/example-pm2-deploy-via-bastion
https://github.com/tkuchiki/example-pm2-deploy-via-bastion
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tkuchiki/example-pm2-deploy-via-bastion
- Owner: tkuchiki
- License: mit
- Created: 2018-04-06T06:44:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-06T09:40:33.000Z (about 7 years ago)
- Last Synced: 2025-01-25T09:11:08.645Z (4 months ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# example-pm2-deploy-via-bastion
```
$ cd docker && make build && make up
$ cd docker && docker-compose exec ssh1 apk add --update git
$ npm run pm2 deploy development setup
```