Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jxm262/play-deployment-scripts


https://github.com/jxm262/play-deployment-scripts

Last synced: 19 days ago
JSON representation

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
```