Skip to content

Commit

Permalink
Update ./please.sh deploy togithub
Browse files Browse the repository at this point in the history
  • Loading branch information
smondet committed Aug 24, 2023
1 parent 18001d4 commit 16b4909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion please.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ deploy_togithub () {
mv "$dst/"* "$localpath"
(
cd "$localpath"
git add index.html main-client.js loading.gif VERSION
git add index.html VERSION
)
msg="(Staging)"
if [ "$prod" = "true" ] ; then
Expand Down

0 comments on commit 16b4909

Please sign in to comment.