This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
scoresaber-reloadedv3/!.gitea/workflows/deploy.yml
Liam 0f0ddcf395
All checks were successful
continuous-integration/drone Build is passing
disable for now
2024-09-23 23:30:17 +01:00

22 lines
415 B
YAML

name: "Deploy SSR"
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- name: Cloning repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Push to dokku
uses: dokku/github-action@master
with:
git_remote_url: "ssh://dokku@10.0.50.65:22/ssr"
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}