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 d333c23 commit e917e9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,14 @@ jobs:
- run:
name: Sync .env file to dev server
command: |
scp -oStrictHostKeyChecking=no -v -r .env $SSH_USER@$SSH_HOST:~/map-sorter-api
scp -oStrictHostKeyChecking=no -v -r .env $SSH_USER@$SSH_HOST:/home/gdsc
- run:
name: SSH into dev server
command: |
echo "SSH into dev server"
ssh -oStrictHostKeyChecking=no -v $SSH_USER@$SSH_HOST
sudo su gdsc
- run:
name: Login to DockerHub
Expand Down

0 comments on commit e917e9f

Please sign in to comment.