Krish
Krish

Reputation: 917

Direct deployment PHP files on OpenShift

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:

Openshift folder structure

So, how can I upload PHP files directly?

Upvotes: 1

Views: 470

Answers (2)

Krish
Krish

Reputation: 917

After many trials, I found that its actually possible.

Inside this folder: app-roots/repo/myfile.php

Upvotes: 2

Related Questions