Skip to content

Revert to the proper .db file #66

Revert to the proper .db file

Revert to the proper .db file #66

Workflow file for this run

name: Deploy to Digital Ocean
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Execute remote ssh commands using ssh key
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
script: |
cd mindscape
git pull origin main
docker-compose up --build -d