Skip to content

Commit

Permalink
workflows/deploy: Fix indentation in yaml
Browse files Browse the repository at this point in the history
Fix indentation error caused by copy-paste at last moment.

Signed-off-by: Denys Fedoryshchenko <[email protected]>
  • Loading branch information
nuclearcat committed Apr 26, 2024
1 parent 7193151 commit 49822f5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
run: cd kernelci.org;hugo --minify -D -F -b https://static.staging.kernelci.org/

- name: Deploy via SCP
uses: appleboy/[email protected]
with:
host: ${{ secrets.WEB_STAGING_HOST }}
username: ${{ secrets.WEB_STAGING_USERNAME }}
key: ${{ secrets.WEB_STAGING_KEY }}
port: ${{ secrets.WEB_STAGING_PORT }}
source: "kernelci.org/public/"
target: ${{ secrets.WEB_STAGING_DIR }}
uses: appleboy/[email protected]
with:
host: ${{ secrets.WEB_STAGING_HOST }}
username: ${{ secrets.WEB_STAGING_USERNAME }}
key: ${{ secrets.WEB_STAGING_KEY }}
port: ${{ secrets.WEB_STAGING_PORT }}
source: "kernelci.org/public/"
target: ${{ secrets.WEB_STAGING_DIR }}

0 comments on commit 49822f5

Please sign in to comment.