Skip to content

Commit cb8cae8

Browse files
committed
Merge branch 'release/2.0.1'
2 parents 344942c + 27b35a5 commit cb8cae8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ jobs:
7575
exit 1
7676
fi
7777
sudo -u www-data git checkout -f $VERSION
78-
chmod +x ./deploy/deploy.sh
79-
./deploy/deploy.sh
78+
chmod +x ./.deploy/deploy.sh
79+
./.deploy/deploy.sh

0 commit comments

Comments
 (0)