Skip to content

Deploy to Prod Opal cluster #3

Deploy to Prod Opal cluster

Deploy to Prod Opal cluster #3

name: Deploy to Prod Opal cluster
on:
workflow_dispatch:
jobs:
run-gitlab-pipeline:
name: Run gitlab pipeline
runs-on: ubuntu-latest
steps:
- name: Trigger gitlab
uses: wei/curl@v1
with:
args: -X POST -F token=${{ secrets.UNIQUE_GITLAB_TOKEN }} -F ref=master -F variables[REMOTE_COMMIT]=${GITHUB_SHA} -F variables[DEPLOY_TO]=prod-opal https://gitlab.uniquenetwork.dev/api/v4/projects/63/trigger/pipeline