Skip to content

Commit a927363

Browse files
authored
Merge pull request #9 from codeguru42/8-deploy-workflow
Skeleton for deploy workflow
2 parents cfd06dc + b73c8dd commit a927363

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Deploy
2+
on:
3+
- push
4+
5+
jobs:
6+
deploy:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Build
10+
shell: bash
11+
run: |
12+
echo Deploying

0 commit comments

Comments
 (0)