Reputation: 917
Is it possible to deploy php files on Openshift directly? (That is, not via git).
Most of my php files are single page files and I'm looking for a way to SFTP directly into Openshift. I am able to login via Filezilla, but when I try to transfer files into directories like app-deployment or app-root etc, the file gets deleted.
Openshift folder structure:
So, how can I upload PHP files directly?
Upvotes: 1
Views: 470
Reputation: 2093
OpenShift has a few blog posts on the topic:
Upvotes: 1
Reputation: 917
After many trials, I found that its actually possible.
Inside this folder: app-roots/repo/myfile.php
Upvotes: 2