Skip to content

Commit 26beaa9

Browse files
authored
Update deploy.yml
1 parent 1ad2f9f commit 26beaa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
# Clone repo if not exists, otherwise pull
3535
if [ ! -d "/home/ubuntu/skribble-app/.git" ]; then
36-
git clone git@github.com:YOUR_USERNAME/YOUR_REPO_NAME.git /home/ubuntu/skribble-app
36+
git clone git@github.com:paramsgit/scribble.git /home/ubuntu/skribble-app
3737
else
3838
cd /home/ubuntu/skribble-app
3939
git pull origin main

0 commit comments

Comments
 (0)