Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
This is used to deploy the app on the container
  • Loading branch information
EddyNadd authored Oct 24, 2024
1 parent 1f33fa3 commit 2ddb992
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Deploy app

on:
push:
branches:
- main

jobs:
clone:
runs-on: self-hosted

steps:
- name: Clone repo
run: git clone https://github.com/HE-Arc/T-Caps.git

0 comments on commit 2ddb992

Please sign in to comment.