8000 GitHub - digivizer/action-build-move: A Github Action to move a build across racks
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

digivizer/action-build-move

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Convox Exec Action

This Action runs the export Command in a specific resource and creates a file with the output. The file created can be read and managed by any post action.

This Action performs an operation to move a given build from one rack to another.

Convox describe this process in their documentation for build deployment

Caveat: the app name is assumed to be the same in both racks

Inputs

rack

Required The name of the Convox Rack containing the app you wish to run the command against

app

Required The name of the app you wish to run the command against

build

Required The id of the build to move

source

Required The name of of the rack to export the build from

destination

Required The name of of the rack to import the build to

Example usage

steps:
- name: login
  id: login
  uses: convox/action-login@v2
  with:
    password: ${{ secrets.CONVOX_DEPLOY_KEY }}
- name: build
  uses: digivizer/action-build@master
  with:
    rack: staging
    app: myapp
- name: move the build
  uses: convox/action-build-move@master
  with:
    rack: staging
    app: myapp
    build: RTMYCXTCPUY
    destination: production

About

A Github Action to move a build across racks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0