Skip to content

Commit 2150f12

Browse files
authored
ADD: create workflow file (#30)
1 parent 4bf8e48 commit 2150f12

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/cd-workflow.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
name: Deploy backstage
3+
on:
4+
workflow_dispatch:
5+
6+
7+
jobs:
8+
placeholder-job:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- name: hello world
13+
run: echo "Hello World"

0 commit comments

Comments
 (0)