You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- 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
|