Skip to content

Commit 50c7ed1

Browse files
Updated cicd aws.yml
linked cicd 3
1 parent 2aa022b commit 50c7ed1

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/aws.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,21 @@ jobs:
2424
uses: actions/checkout@v2
2525
- name: run a linux command
2626
run: cat index.html
27+
28+
deploy3:
29+
runs-on: ubuntu-latest
30+
31+
steps:
32+
- name: Checkout
33+
uses: actions/checkout@v2
34+
- name: run a linux command
35+
run: ls -la
36+
37+
deploy4:
38+
runs-on: ubuntu-latest
39+
40+
steps:
41+
- name: Checkout
42+
uses: actions/checkout@v2
43+
- name: run a linux command
44+
run: cat index.html

0 commit comments

Comments
 (0)