Skip to content

added todo.yml for docker image and workflow improvement #11

added todo.yml for docker image and workflow improvement

added todo.yml for docker image and workflow improvement #11

Workflow file for this run

name: Deploy to VPS
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Deploy to VPS
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.VPS_HOST }}
username: ${{ secrets.VPS_USERNAME }}
key: ${{ secrets.VPS_SSH_PRIVATE_KEY }}
script: ./scripts/deployPokerogue.sh