Skip to content

Commit 95cf600

Browse files
authored
Create esim2025.yaml
Added runner for Esim
1 parent e552517 commit 95cf600

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/esim2025.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: CI/CD
3+
4+
on:
5+
push:
6+
branches: [ main ]
7+
pull_request:
8+
branches: [ main ]
9+
10+
11+
jobs:
12+
build:
13+
runs-on: esim-hackathon-2025
14+
steps:
15+
- name: Checkout your repository using git
16+
uses: actions/checkout@v3
17+
- name: Install, build, and upload your site
18+
uses: withastro/action@v2
19+
- name: Create folder
20+
run: |
21+
mkdir -p /home/github/esim-hackathon-2025/prod && cp -R dist /home/github/esim-hackathon-2025.fossee.in/prod

0 commit comments

Comments
 (0)