Skip to content

Commit

Permalink
Fix actions indent
Browse files Browse the repository at this point in the history
  • Loading branch information
pedelgado authored May 6, 2024
1 parent b79f85d commit 9a3ad68
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@ jobs:
name: kt-artifact
path: ~/kt-artifact

deploy:
deploy:

runs-on: ubuntu-latest

steps:
- name: Copy result in server
uses: wlixcc/SFTP-Deploy-Action@v1.2.4
with:
server: ${{ secrets.OCEBOT_HOST }}
username: ${{ secrets.OCEBOT_HOST_USER }}
password: ${{ secrets.OCEBOT_HOST_PASS }}
port: ${{ secrets.OCEBOT_HOST_PORT }}
sftp_only: true
local_path: '~/kt-artifact'
remote_path: ${{ secrets.KT_HOST_PATH }}

runs-on: ubuntu-latest
steps:
- name: Copy result in server
uses: wlixcc/SFTP-Deploy-Action@v1.2.4
with:
server: ${{ secrets.OCEBOT_HOST }}
username: ${{ secrets.OCEBOT_HOST_USER }}
password: ${{ secrets.OCEBOT_HOST_PASS }}
port: ${{ secrets.OCEBOT_HOST_PORT }}
sftp_only: true
local_path: '~/kt-artifact'
remote_path: ${{ secrets.KT_HOST_PATH }}

0 comments on commit 9a3ad68

Please sign in to comment.