modified: .gitea/workflows/deploy.yml
Some checks failed
/ deploy-to-homesrv01 (push) Failing after 10s
Some checks failed
/ deploy-to-homesrv01 (push) Failing after 10s
This commit is contained in:
@@ -1,10 +1,13 @@
|
|||||||
# name: deploy
|
on:
|
||||||
# on: [push]
|
push:
|
||||||
|
schedule:
|
||||||
# jobs:
|
- cron: '0 4 * * *'
|
||||||
# deploy:
|
jobs:
|
||||||
# runs-on: "homesrv01"
|
deploy-to-homesrv01:
|
||||||
# steps:
|
runs-on: "vlan-casa_continous-deploy"
|
||||||
# - name: Portainer webhook
|
steps:
|
||||||
# run: |
|
- name: Checkout code
|
||||||
# curl -X POST "${{secrets.PORTAINER_WEBHOOK_URL}}"
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: docker compose up
|
||||||
|
run: docker compose up -d --pull always
|
||||||
Reference in New Issue
Block a user