Merge pull request #633 from caioavidal/develop #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Portainer Deploy - Baiak | |
on: | |
push: | |
branches: | |
- baiak | |
jobs: | |
update-service: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Update Service via Webhook | |
uses: newarifrh/portainer-service-webhook@v1 | |
with: | |
webhook_url: ${{ secrets.PORTAINER_DEPLOY_BAIAK_WEBHOOK_URL }} |