Skip to content

Commit

Permalink
feat: adds pipeline trigger to push node changes to kube
Browse files Browse the repository at this point in the history
  • Loading branch information
pablojmarti committed Apr 27, 2023
1 parent ec9c086 commit b743f4e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/deploy_to_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,15 @@ jobs:
push: true
context: .

deploy:

runs-on: ubuntu-latest

steps:
needs: build_and_push
- uses: actions/checkout@v3

- name: Trigger Pipeline
run: curl --request POST --form token=${{ secrets.PIPELINE_TOKEN }} --form ref= "${{ secrets. }}"


0 comments on commit b743f4e

Please sign in to comment.