Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jxm262/play-deployment-scripts
https://github.com/jxm262/play-deployment-scripts
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jxm262/play-deployment-scripts
- Owner: jxm262
- Created: 2014-10-22T17:08:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-22T17:22:43.000Z (about 10 years ago)
- Last Synced: 2023-08-21T11:26:08.989Z (about 1 year ago)
- Language: Shell
- Size: 141 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Play-Deployment-Scripts
=======================Script to automate deployment of zipped play file (dist)
Args: name of project (snapshot) without .zip extension
Example - To compile for production run below. This will produce a zip file project_name.zip.
```
play dist
```Copy file to server directory and run (note , omit .zip extension)
```
bash deployment.sh
```