This repository has been archived on 2023-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
scoresaber-reloaded/.gitea/workflows/deploy.yml
Liam abedce773e
All checks were successful
deploy / deploy (push) Successful in 51s
update action
2023-10-18 02:04:30 +01:00

22 lines
426 B
YAML

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