This commit is contained in:
parent
8addf09ee0
commit
3bee4cd005
1 changed files with 3 additions and 1 deletions
|
@ -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: |
|
Loading…
Add table
Reference in a new issue