Skip to content

Commit

Permalink
Merge pull request #363 from pendulum-chain/chore/fix-autodeploy-of-p…
Browse files Browse the repository at this point in the history
…olygon-prototype-branch

Update autodeploy.yaml
  • Loading branch information
ebma authored Jan 9, 2025
2 parents bd0010d + df9488d commit 6473175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autodeploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ run-name: Gitlab Pipeline Executor
on:
push:
branches:
- polygon-prototype-staging
- polygon-prototype
jobs:
Execute-Gitlab-Pipeline:
runs-on: ubuntu-latest
Expand All @@ -13,4 +13,4 @@ jobs:
- name: Triggers Gitlab Pipeline
run: |
ls ${{ github.workspace }}
curl -X POST -F token=${{ secrets.GITLAB_TRIGGER }} -F "ref=development" -F "variables[PRODUCTION]=N" -F "variables[STAGING]=N" -F "variables[PRODPOL]=N" -F "variables[STAGPOL]=Y" https://gitlab.com/api/v4/projects/${{ secrets.PROJECT_ID }}/trigger/pipeline
curl -X POST -F token=${{ secrets.GITLAB_TRIGGER }} -F "ref=development" -F "variables[PRODUCTION]=N" -F "variables[STAGING]=N" -F "variables[PRODPOL]=Y" -F "variables[STAGPOL]=N" https://gitlab.com/api/v4/projects/${{ secrets.PROJECT_ID }}/trigger/pipeline

0 comments on commit 6473175

Please sign in to comment.