Update deployment workflow to use ubuntu-latest runner
Some checks failed
Deploy to Linode / deploy (push) Has been cancelled
Some checks failed
Deploy to Linode / deploy (push) Has been cancelled
This commit is contained in:
parent
e1bb1ee02e
commit
378f2db1b7
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: [self-hosted, linux]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Deploy via SSH
|
||||
uses: appleboy/ssh-action@v1.0.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user