Workstation-Dev Server-Production Server |
Site Admin
|
either switch Publishing Accounts, or create another project in the same Workspace with the same settings except Publishing Account and make this project active whenever you want the files to be published on live server.
|
||||||||||||
_________________ The PHP IDE team |
|
Hi, regarding upper question: is it possible to have a keyboard shortcut to switch between publishing accounts, and possible some sort of a script maybe produce a special warning for a certain publishing account, like: "Warning: you are publishing to a production server!"...
Thanks! Jure |
||||||||||||
|
|
This is an excellent use case for GIT. Deploy a git repo through github or bitbucket as the central repo, then on your dev server commit the scripts to it's git repo "dev" for example, followed by a "git push" to the central repo (github or bitbucket), then login to your remote live server, and simply perform a "git pull" to bring down the newest releaseable code for the production server.
Of course there is a number of configuration steps involved to reach this simplified workflow, but once it's done it works great. I'm my opinion it seems silly to try and maintain 2 publishing accounts for this purpose, but it requires you as a developer to maintain a list of affected files (with no version history) and remember what needs to get uploaded to the production server. Git automatically maintains this list and takes care of it all, with the benefits of version control. |
||||||||||||
|
Workstation-Dev Server-Production Server |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by