Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit c8e36f9

Browse files
committed
force push demo deploy
1 parent 2500f75 commit c8e36f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy-demo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ cp -r $BUILD_DIR/. .
3131

3232
git add .
3333
git commit -m "🚀 Deploy updated Flutter Web Demo"
34-
git push origin $BRANCH # No force push unless necessary!
34+
git push --force origin $BRANCH # No force push unless necessary!
3535

3636
git checkout master
3737

0 commit comments

Comments
 (0)