Browse Source

Create main.yml

pull/15/head
Algoinde GitHub 4 years ago
parent
commit
545a7fb0bd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions
  1. +18
    -0
      .github/workflows/main.yml

+ 18
- 0
.github/workflows/main.yml View File

@@ -0,0 +1,18 @@
name: Build locally and deploy
on:
push:
branches:
- master
- main
- develop


jobs:

build-and-deploy:
runs-on: [self-hosted, enka-contabo]
steps:
- name: Do the pull
run: |
cd /home/enka/API-docs
git pull

Loading…
Cancel
Save