Skip to content

Merge branch 'develop' of https://github.com/SELab-2/UGent-1 into dev… #171

Merge branch 'develop' of https://github.com/SELab-2/UGent-1 into dev…

Merge branch 'develop' of https://github.com/SELab-2/UGent-1 into dev… #171

Workflow file for this run

# Continous deployment of the app
name: CD
on:
push:
branches: ["develop"]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Run deploy script
run: bash deploy.sh