Merge pull request 'cicd initial testing' (#9) from futonbeta into main
Reviewed-on: http://gitea.genosjr.moe/l4kr/dashboard-ui/pulls/9
This commit was merged in pull request #9.
This commit is contained in:
13
.github/workflows/futon-deploy.yaml
vendored
Normal file
13
.github/workflows/futon-deploy.yaml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# urmom
|
||||
name: futon deploy
|
||||
|
||||
on:
|
||||
merge:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: "self-hosted"
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
Reference in New Issue
Block a user