Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Merge pull request #23 from SELab-2/model-implementation #12

Merge pull request #23 from SELab-2/model-implementation

Merge pull request #23 from SELab-2/model-implementation #12

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