Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
High10Hunter committed Sep 8, 2024
1 parent a7b935c commit 23a9ce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:
scp -oStrictHostKeyChecking=no -v -r .env $SSH_USER@$SSH_HOST:/home/gdsc/map-sorter-api/.env
- run:
name: SSH into dev server
name: SSH into dev server and deploy
command: |
echo "SSH into dev server"
ssh -oStrictHostKeyChecking=no -v $SSH_USER@$SSH_HOST
ssh -o BatchMode=yes -o StrictHostKeyChecking=no -v $SSH_USER@$SSH_HOST
- run:
name: Login to DockerHub
Expand Down

0 comments on commit 23a9ce6

Please sign in to comment.