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: [push]
|
||||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: '0 4 * * *'
|
||||
jobs:
|
||||
deploy-to-homesrv01:
|
||||
runs-on: "vlan-casa_continous-deploy"
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
# jobs:
|
||||
# deploy:
|
||||
# runs-on: "homesrv01"
|
||||
# steps:
|
||||
# - name: Portainer webhook
|
||||
# run: |
|
||||
# curl -X POST "${{secrets.PORTAINER_WEBHOOK_URL}}"
|
||||
- name: docker compose up
|
||||
run: docker compose up -d --pull always
|
||||
Reference in New Issue
Block a user