Skip to content

codefresh-contrib/ftp-php-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transferring a Php Application via FTP

codefresh

This is a simple application that displays a Php timer. The purpose of this sample application is to guide you on the process of transferring your applications via ftp using a Codefresh pipeline.

Prerequisites

  • A free Codefresh account
  • A remote machine with an ftp server and ssh setup (ensure that your ftp directory, I.e., /srv/ftp/pub has the proper write permissions for the ftp user)

Build Locally

composer install --ignore-platform-reqs --no-interaction --no-plugins --no-scripts --prefer-dist

Build in Codefresh

Example pipeline:

Read https://codefresh.io/docs//docs/yaml-examples/examples/transferring-php-ftp/ for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages