13 lines
252 B
YAML
13 lines
252 B
YAML
name: deploy
|
|
run-name: ${{ gitea.actor }}
|
|
on: [push]
|
|
|
|
jobs:
|
|
deploy:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Portainer Webhook
|
|
uses: distributhor/workflow-webhook
|
|
with:
|
|
url: ${{ secrets.PORTAINER_WEBHOOK_URL }}
|