We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5381ffa commit eb58253Copy full SHA for eb58253
1 file changed
.github/workflows/deploy.yml
@@ -7,6 +7,7 @@ on:
7
8
jobs:
9
deploy:
10
+ name: Deploy to EC2 Instance
11
runs-on: ubuntu-latest
12
13
steps:
@@ -33,7 +34,7 @@ jobs:
33
34
35
# Clone repo if not exists, otherwise pull
36
if [ ! -d "/home/ubuntu/scribble/.git" ]; then
- git clone git@github.com:paramsgit/scribble.git /home/ubuntu
37
+ git clone git@github.com:paramsgit/scribble.git /home/ubuntu/scribble
38
else
39
cd /home/ubuntu/scribble
40
git pull origin main
0 commit comments