Skip to content

Commit 85d9f5f

Browse files
authored
Create README.md
0 parents  commit 85d9f5f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
InterSystems Demo Deployment action
2+
===
3+
4+
5+
Usage
6+
==
7+
8+
```yaml
9+
on:
10+
push:
11+
branches:
12+
- master
13+
- main
14+
jobs:
15+
deploy:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- name: Deploy Demo
19+
if: github.event.repository.fork == false && github.event.repository.is_template == false
20+
uses: intersystems-community/demo-deployment@master
21+
with:
22+
name: demo
23+
```

0 commit comments

Comments
 (0)