Skip to content

Commit eb58253

Browse files
authored
Update deploy.yml
1 parent 5381ffa commit eb58253

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
deploy:
10+
name: Deploy to EC2 Instance
1011
runs-on: ubuntu-latest
1112

1213
steps:
@@ -33,7 +34,7 @@ jobs:
3334
3435
# Clone repo if not exists, otherwise pull
3536
if [ ! -d "/home/ubuntu/scribble/.git" ]; then
36-
git clone git@github.com:paramsgit/scribble.git /home/ubuntu
37+
git clone git@github.com:paramsgit/scribble.git /home/ubuntu/scribble
3738
else
3839
cd /home/ubuntu/scribble
3940
git pull origin main

0 commit comments

Comments
 (0)