Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 0.2
-
Fix Version/s: None
-
Component/s: cli
-
Labels:None
-
Environment:all
-
Number of attachments :
Description
I wish Griffon had a "griffon deploy" target.
After I build I need to go out and copy the jnlp files (and /dist/webstart directory conents) to my web server. The Config.groovy file contains the directory/url that I need everything copied to, and my system has an FTP command available... so I'd love to see a target that does deploy. It would help me out.
Maybe that target should do this:
1. Upload the contents of /dist/webstart to a directory named [remote]/temp
2. After all uploads are done, rename old target to something like target-oldversion or something
3. Then rename [remote]/temp to the [target]
That would seem to minimize downtime for my app (I worry what happens when users click the JNLP while I'm uploading).
Activity
James Williams
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Priority | Major [ 3 ] | Minor [ 4 ] |
Reducing priority to minor.