Build and deploy in a single step

It seems like building and deploying a project in a single step would be a fairly common task in an IDE.  However, I am not finding the option to do that.  I have a React project.  When I build for test, it copies the built files to the 'build' folder using the test configuration.  I would then expect the ability to automatically deploy that folder to my Test server.  I found the deploy options today in Webstorm.  But it all seems very manual.  What am I missing here?  I would expect this to be a common and simple task.

0
1 comment

The deployment feature can be configured to upload changes automatically.
Please check this article: https://www.jetbrains.com/help/phpstorm/tutorial-deployment-in-product.html#upload-to-default-server

Upload changed files automatically to the default server set to Always together with Skip external changes being disabled should do the trick here.

0

Please sign in to leave a comment.