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 9686594 commit 27c5c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ steps:
- npm run build

- name: deploy
image: ubuntu:20.04
environment:
KEY:
from_secret: SSH_KEY
Expand All @@ -23,6 +22,7 @@ steps:
from_secret: SSH_HOST
PATH:
from_secret: SSH_PATH
image: ubuntu:20.04
commands:
- apt-get update && apt-get install -y openssh-client
- mkdir -p ~/.ssh
Expand Down

1 comment on commit 27c5c6f

@vercel
Copy link

@vercel vercel bot commented on 27c5c6f 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.