Skip to content

Merge branch 'main' of github.com:DevCoopBSM/DevCoop-back #17

Merge branch 'main' of github.com:DevCoopBSM/DevCoop-back

Merge branch 'main' of github.com:DevCoopBSM/DevCoop-back #17

Workflow file for this run

name: CI/CD Deployment
on:
push:
branches:
- main # Or the branch name you wish to trigger the deployment
jobs:
deploy:
runs-on: self-hosted # Assuming you're using a self-hosted runner
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Deploy backend and frontend
run:
git pull