Skip to content

Commit

Permalink
Update deploy-digitalocean.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ash17290 authored Jan 10, 2024
1 parent 2754a09 commit 5b1606a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-digitalocean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
script: |
cd /home/${{ secrets.USERNAME }}
if [ ! -d "deploy" ]; then
git clone https://github.com/asyncapi/server-api.git:deploy
git clone https://github.com/asyncapi/server-api.git deploy
fi
cd deploy
Expand Down

0 comments on commit 5b1606a

Please sign in to comment.