diff --git a/.github/workflows/filedeploy.yml b/.github/workflows/filedeploy.yml index 12020c4d0dfed12b92669ef1ee6909fd4924e4c7..2b378f7e7e66b00850f3f001427a35baa4f92fa1 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'