Skip to content
Snippets Groups Projects
Unverified Commit ebd673bf authored by Bye's avatar Bye Committed by GitHub
Browse files

making a start on autodeploy

parent 29c98861
Branches
No related tags found
No related merge requests found
......@@ -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'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment