Coder Social home page Coder Social logo

circle_ci's Introduction

circle_ci

Simple CircleCI configuration for FTP deployment from git push.

Using CircleCI and git-ftp we can set up an automatic system to deploy the last changes on our FTP space. The current configuration handle 2 different environments using 2 different branches.

Development
The branch to use is deployment_dev and it connects to a staging environment using the 3 env variables demo_host, demo_user and demo_password. You can set up these variables in the CircleCI project tab.

Production
The branch for production is deployment_prod with the variables prod_host, prod_user and prod_password.

Every time you push something in one of these branches the changed files are pushed directly to the relative environment.

NB: for the first upload you can use the CLI command of git-ftp or set up a one time use pipeline in CircleCI, I'm currently using the first option.

circle_ci's People

Contributors

novelz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.