Skip to content

Commit fe48a53

Browse files
committed
Test 10
1 parent f287819 commit fe48a53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
sudo chown -R ec2-user:ec2-user /opt/albertclo.com &&
3333
cd /opt/albertclo.com &&
3434
if [ ! -d .git ]; then git clone https://github.com/AlbertClo/albertclo.com.git . ; fi &&
35+
cat 777
3536
git config --global --add safe.directory /opt/albertclo.com &&
3637
git remote set-url origin https://github.com/AlbertClo/albertclo.com.git &&
3738
git add -A && git reset HEAD --hard &&

0 commit comments

Comments
 (0)