Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
feat: added first action to test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ElfenB committed Jan 29, 2024
1 parent 67e337a commit 07e3af6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Deploy

on:
push:
branches:
- main

jobs:
deploy:
runs-on: self-hosted

steps:
- name: Checkout
uses: actions/checkout@v2

0 comments on commit 07e3af6

Please sign in to comment.