Coder Social home page Coder Social logo

alphagov / paas-cf-github-action Goto Github PK

View Code? Open in Web Editor NEW
1.0 6.0 2.0 3 KB

GitHub Action for use with the GOV.UK PaaS Cloud Foundry command line interface Docker image.

License: MIT License

Dockerfile 63.07% Shell 36.93%
paas github-actions cloud-foundry reliability-engineering

paas-cf-github-action's Introduction

ARCHIVED

This is not maintained or tested recently.

GitHub Action for GOV.UK PaaS

GitHub Action for use with the GOV.UK PaaS Cloud Foundry command line interface Docker image.

Usage

Without running any cf-cli commands, this action will use cf auth to authenticate with Cloud Foundry.

If you don't set a value for CF_API, the default is https://api.cloud.service.gov.uk.

uses: alphagov/paas-cf/actions/cli@cf7
name: Push to some instance of CloudFoundry  
  run: push --strategy rolling -f manifest.yml # <- Example CF command
  env:
    CF_API: "https://api.example.com"
    CF_ORG: "example-organisation"
    CF_SPACE: "production"
    CF_USERNAME: "[email protected]"
    # Here's how to set CFPassword - https://help.github.com/en/articles/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables
    CF_PASSWORD: ${{ secrets.CFPassword }}

The Action directory is tagged with @cf7, since the master branch of paas-cf doesn't currently use CloudFoundry CLI version 7.

paas-cf-github-action's People

Contributors

whpearson avatar

Stargazers

Keyth M Citizen  avatar

Watchers

Tom avatar James Cloos avatar Rebecca Law avatar Sebastian Schmieschek avatar Stephen Harker avatar  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.