Skip to content

Commit

Permalink
Create deploy-to-prod-opal.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkuc authored Oct 17, 2022
1 parent df4ab4f commit 7ad5590
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/deploy-to-prod-opal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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

0 comments on commit 7ad5590

Please sign in to comment.