Port to Forgejo Actions
Some checks failed
Deploy / Deploy Website (push) Failing after 20s

This commit is contained in:
Joshua Goins 2025-04-07 17:00:11 -04:00
parent 8addf09ee0
commit 3bee4cd005

View file

@ -4,7 +4,9 @@ on: [push]
jobs:
deploy:
name: Deploy Website
runs-on: ubuntu-latest
runs-on: docker
container:
image: alpine:3.20
steps:
- name: Set up SSH key
run: |