Skip to content

Deploy

Deploy #12

Workflow file for this run

name: Deploy
on:
workflow_dispatch:
inputs:
grid:
description: "grid to deploy"
required: true
default: "qa"
type: choice
options:
- qa-v4
- testing-v4
- production-v4
version:
description: "version to release"
required: true
type: string
jobs:
link-release:
name: linking
runs-on: ubuntu-latest
steps:
- name: Symlink flist (development)
uses: threefoldtech/publish-flist@master
with:
token: ${{ secrets.HUB_AUTOMATION_TOKEN }}
baseurl: "https://v4.hub.grid.tf"
backend: "v4.hub.grid.tf:9941"
action: crosstag
user: tf-zos
name: ${{ github.event.inputs.grid }}
target: tf-autobuilder/${{ github.event.inputs.version }}