removed code server and portainer from services stack
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
name: Portainer stack nginx
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "services/nginx/**"
|
||||
- ".gitea/workflows/**nginx**.yml"
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: "vlan-casa_continous-deploy"
|
||||
steps:
|
||||
- name: Portainer stack nginx webhook
|
||||
run: |
|
||||
curl -X POST "${{secrets.PORTAINER_NGINX_WEBHOOK_URL}}"
|
||||
# name: Portainer stack nginx
|
||||
# on:
|
||||
# push:
|
||||
# paths:
|
||||
# - "services/nginx/**"
|
||||
# - ".gitea/workflows/**nginx**.yml"
|
||||
# jobs:
|
||||
# deploy:
|
||||
# runs-on: "vlan-casa_continous-deploy"
|
||||
# steps:
|
||||
# - name: Portainer stack nginx webhook
|
||||
# run: |
|
||||
# curl -X POST "${{secrets.PORTAINER_NGINX_WEBHOOK_URL}}"
|
||||
Reference in New Issue
Block a user