Skip to content

Commit

Permalink
Create pull-config-dev.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesamcl authored Nov 22, 2021
1 parent e1adce8 commit d044f9a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/pull-config-dev.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

name: Pull config on ontotools-preprod server

on:
workflow_dispatch:
push:
branches:
- dev

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
reload-config:
runs-on: self-hosted
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Pull config on ontotools-dev server
run: ssh spotbot@ontotools-dev "cd /srv/data/ols/config/OLS-Config && git pull origin dev"

0 comments on commit d044f9a

Please sign in to comment.