Skip to content

Commit

Permalink
[TEST] : deploy test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mojtaba1180 committed May 3, 2023
1 parent 950b7c2 commit 8ba2b36
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ steps:
from_secret: SSH_HOST
username:
from_secret: SSH_USER
key:
from_secret: SSH_KEY
password:
from_secret: SSH_PASS
port: 22
target:
from_secret: $SSH_PATH
from_secret: SSH_PATH
source: build/
script:
- sudo rm -rf /home/telegramshop/www/frontend/*
- sudo cp -R build/* /home/telegramshop/www/frontend/
- sudo rm -rf $SSH_PATH/*
- sudo cp -R build/* $SSH_PATH

# - name: deploy
# image: ubuntu:20.04
Expand Down

1 comment on commit 8ba2b36

@vercel
Copy link

@vercel vercel bot commented on 8ba2b36 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.