ci
Some checks failed
Deploy SSR / deploy (push) Failing after 1m8s

This commit is contained in:
Lee
2024-09-11 15:48:18 +01:00
parent f9e665b2e6
commit 50e031fc4b
3 changed files with 67 additions and 7 deletions

View File

@ -0,0 +1,21 @@
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 }}