Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pedelgado authored May 6, 2024
1 parent 9a3ad68 commit f143f5b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ jobs:
id: build-files
run: composer install --prefer-dist --no-progress

- name: Generate artifact
uses: actions/download-artifact@v4
with:
name: kt-artifact
path: ~/kt-artifact

deploy:

runs-on: ubuntu-latest
Expand All @@ -51,6 +45,6 @@ jobs:
password: ${{ secrets.OCEBOT_HOST_PASS }}
port: ${{ secrets.OCEBOT_HOST_PORT }}
sftp_only: true
local_path: '~/kt-artifact'
local_path: ${{ $GITHUB_WORKSPACE }}
remote_path: ${{ secrets.KT_HOST_PATH }}

0 comments on commit f143f5b

Please sign in to comment.