We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94296e8 commit 788407cCopy full SHA for 788407c
.github/workflows/ci-cd-for-test.yml
@@ -28,7 +28,7 @@ jobs:
28
job2:
29
needs: job1
30
name: Deploy to EC2
31
- runs-on: quickchive
+ runs-on: ubuntu-latest
32
33
steps:
34
- name: executing remote ssh commands using password
.github/workflows/ci-cd.yml
@@ -31,7 +31,7 @@ jobs:
35
36
37
0 commit comments