From ebd673bfe7f37ca67fb5f9ed3e282708c7e901db Mon Sep 17 00:00:00 2001 From: Bye <bye@byecorps.com> Date: Thu, 1 Sep 2022 18:32:30 +0100 Subject: [PATCH] making a start on autodeploy --- .github/workflows/filedeploy.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/filedeploy.yml b/.github/workflows/filedeploy.yml index 12020c4..2b378f7 100644 --- a/.github/workflows/filedeploy.yml +++ b/.github/workflows/filedeploy.yml @@ -32,3 +32,12 @@ jobs: directory: . output: build add_suffix: false + deploy: + runs-on: ubuntu-latest + environment: deathbyhamster.com + steps: + - name: Install SSH Key + uses: shimataro/ssh-key-action@v2 + with: + key: ${{ secrets.SSH_KEY }} + known_hosts: 'just-a-placeholder-so-we-dont-get-errors' -- GitLab