Merge pull request #203 from semantic-systems/develop #39
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Deploy NFDI Search Engine on sems-kg-1' | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
jobs: | |
deploy: | |
runs-on: self-hosted | |
steps: | |
- name: 'Check out repo' | |
uses: actions/checkout@v3 | |
with: | |
ref: main | |
- name: 'Copy logging.conf' | |
run: cp logging.conf.example logging.conf | |
- name: 'Re-build Docker container from current source' | |
run: docker compose up --force-recreate --detach --build --pull |