Skip to content

Commit

Permalink
fix 4
Browse files Browse the repository at this point in the history
  • Loading branch information
bskp committed Sep 2, 2023
1 parent 28de28c commit e1ae923
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ on:
workflow_dispatch:

jobs:
build:
build_and_deploy:
runs-on: ubuntu-latest
steps:

- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
Expand All @@ -46,3 +45,5 @@ jobs:
env:
SSH_USER: ${{ vars.SSH_USER }}
SSH_HOST: ${{ vars.SSH_HOST }}
DOMAIN: ${{ vars.DOMAIN }}
PROXY_PORT: ${{ vars.PROXY_PORT }}

0 comments on commit e1ae923

Please sign in to comment.