We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 344942c + 27b35a5 commit cb8cae8Copy full SHA for cb8cae8
1 file changed
.github/workflows/deploy.yml
@@ -75,5 +75,5 @@ jobs:
75
exit 1
76
fi
77
sudo -u www-data git checkout -f $VERSION
78
- chmod +x ./deploy/deploy.sh
79
- ./deploy/deploy.sh
+ chmod +x ./.deploy/deploy.sh
+ ./.deploy/deploy.sh
0 commit comments