workflows
This commit is contained in:
14
.gitea/workflows/portainer.yml
Normal file
14
.gitea/workflows/portainer.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
name: Trigger Portainer Redeploy
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
redeploy:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Trigger Portainer Webhook
|
||||
run: |
|
||||
curl -X POST ${{ secrets.PORTAINER_WEBHOOK_URL }}
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
containers-nginx:
|
||||
image: nginx:1.29.1-alpine
|
||||
# image: nginx:1.28.0-alpine
|
||||
# image: nginx:1.29.1-alpine
|
||||
image: nginx:1.28.0-alpine
|
||||
container_name: containers-nginx
|
||||
ports:
|
||||
- "38080:80"
|
||||
|
||||
Reference in New Issue
Block a user