Skip to content
download-cloud

GitHub Action

Wanderer Deployer

1.1.3 Latest version

Wanderer Deployer

download-cloud

Wanderer Deployer

Deploy builds to your Nomad Cluster via Wanderer

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Wanderer Deployer

uses: romanzipp/Wanderer-Action@1.1.3

Learn more about this action in romanzipp/Wanderer-Action

Choose a version

Wanderer Action

This is the GitHub Action workflow for Wanderer deployer.

Usage

name: Foo
jobs:
  deploy:
    steps:
      - name: "Publish to Wanderer"
        uses: romanzipp/Wanderer-Action@v1
        with:
          token: ${{ secrets.WANDERER_TOKEN }}
          endpoint: https://wanderer.example.com
          server: 1
          job: example-app
          selector: WEB_VERSION
          version: 1.0.0

Available parameters

Parameter Required Description Example
endpoint yes The base url to your Wanderer instance https://wanderer.example.com
token yes The specified Wanderer authentication API token
server yes The Wanderer server ID 1
job yes The Nomad job ID example-app
selector yes The version selector as specified in Wanderer UI WEB_VERSION
version yes The new version to be deployed 1.0.0
cf-access-client-id no Cloudflare Access Client Id
cf-access-client-secret no Cloudflare Access Client Secret

License

Released under the MIT License.

Authors