Skip to content

Commit

Permalink
try 163
Browse files Browse the repository at this point in the history
  • Loading branch information
AzizMukhtorjonov committed Jun 23, 2024
1 parent 1e2827c commit f94627e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:

jobs:
checkout-code:
environment: Test
runs-on: ubuntu-latest

steps:
Expand All @@ -32,6 +33,7 @@ jobs:
path: .

setup-ssh:
environment: Test
runs-on: ubuntu-latest
needs: checkout-code

Expand All @@ -53,6 +55,7 @@ jobs:
echo "${{ secrets.KNOWN_HOSTS }}" > ~/.ssh/known_hosts
deploy-on-server:
environment: Test
runs-on: ubuntu-latest
needs: setup-ssh

Expand Down

0 comments on commit f94627e

Please sign in to comment.