We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad2f9f commit 26beaa9Copy full SHA for 26beaa9
1 file changed
.github/workflows/deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
34
# Clone repo if not exists, otherwise pull
35
if [ ! -d "/home/ubuntu/skribble-app/.git" ]; then
36
- git clone git@github.com:YOUR_USERNAME/YOUR_REPO_NAME.git /home/ubuntu/skribble-app
+ git clone git@github.com:paramsgit/scribble.git /home/ubuntu/skribble-app
37
else
38
cd /home/ubuntu/skribble-app
39
git pull origin main
0 commit comments