revert changes

This commit is contained in:
Hayden 2022-09-11 10:14:42 -08:00
parent 0e7dc75557
commit 5337eaf1aa
2 changed files with 1 additions and 26 deletions

View File

@ -3,7 +3,7 @@ name: Docker Nightly Production
on:
push:
branches:
- never
- mealie-next
jobs:
backend-tests:

View File

@ -1,25 +0,0 @@
name: Docker Nightly Production
on:
push:
branches:
- mealie-next
jobs:
deploy-demo:
runs-on: ubuntu-latest
name: Deploy Demo
steps:
- name: Clean and Deploy Demo
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.DEMO_SERVER_IP }}
username: ${{ secrets.DEMO_SERVER_USER }}
key: ${{ secrets.DEMO_SERVER_SSH_KEY }}
port: ${{ secrets.DEMO_SERVER_PORT }}
script_stop: true
script: |
cd ~/docker/mealie-next
docker-compose pull
docker-compose down -v
docker-compose up -d