We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f287819 commit fe48a53Copy full SHA for fe48a53
.github/workflows/deploy.yml
@@ -32,6 +32,7 @@ jobs:
32
sudo chown -R ec2-user:ec2-user /opt/albertclo.com &&
33
cd /opt/albertclo.com &&
34
if [ ! -d .git ]; then git clone https://github.com/AlbertClo/albertclo.com.git . ; fi &&
35
+ cat 777
36
git config --global --add safe.directory /opt/albertclo.com &&
37
git remote set-url origin https://github.com/AlbertClo/albertclo.com.git &&
38
git add -A && git reset HEAD --hard &&
0 commit comments