Skip to content

Merge pull request #21 from SELab-2/9-continuous-deployment #1

Merge pull request #21 from SELab-2/9-continuous-deployment

Merge pull request #21 from SELab-2/9-continuous-deployment #1

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 /home/selab2/hosting/UGent-1/deploy.sh