Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mojtaba1180 committed May 3, 2023
1 parent 4c23d5b commit 1bb858c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ steps:
- mkdir -p ~/.ssh
- echo "$SSH_KEY" > ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa
- cat ~/.ssh/id_rsa
- sshpass -p "mosgr0080" scp -r build/* $SSH_USER@$SSH_HOST:$SSH_PATH
- sshpass -p $SSH_PASS scp -r build/* $SSH_USER@$SSH_HOST:$SSH_PATH
# - name: deploy
# image: appleboy/drone-ssh:1.6.2
# settings:
Expand Down

1 comment on commit 1bb858c

@vercel
Copy link

@vercel vercel bot commented on 1bb858c May 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.