Update .gitea/workflows/deploy.yml
All checks were successful
deploy / deploy (push) Successful in 3s
All checks were successful
deploy / deploy (push) Successful in 3s
This commit is contained in:
@@ -1,40 +1,10 @@
|
||||
name: deploy
|
||||
run-name: ${{ gitea.actor }} invoke portainer webhook
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: "homesrv01"
|
||||
steps:
|
||||
- name: checkout repo content
|
||||
uses: actions/checkout@v3 # checkout the repository content to github runner.
|
||||
- name: setup python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3 #install the python needed
|
||||
# with:
|
||||
# python-version: '3.12.4' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
||||
#architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
||||
#- run: python my_script.py
|
||||
#strategy:
|
||||
# matrix:
|
||||
# python-version: [ '2.x', '3.x', 'pypy2', 'pypy3' ]
|
||||
#steps:
|
||||
# - name: update
|
||||
# run: |
|
||||
# apt update -y && apt upgrade -y
|
||||
|
||||
# - name: install ansible
|
||||
# run: |
|
||||
# apt update -y
|
||||
# apt install python3-pip -y
|
||||
# python3 -m pip install ansible
|
||||
# python3 -m pip install ansible-lint
|
||||
# - uses: actions/checkout@v2
|
||||
# - uses: actions/setup-python@v2
|
||||
# with:
|
||||
# python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
||||
# architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
||||
# - name: Portainer webhook
|
||||
# run: |
|
||||
# curl -X POST "${{secrets.PORTAINER_WEBHOOK_URL}}"
|
||||
- name: Portainer webhook
|
||||
run: |
|
||||
curl -X POST "${{secrets.PORTAINER_WEBHOOK_URL}}"
|
||||
|
||||
Reference in New Issue
Block a user