Skip to content

osumpi/osumpi.github.io

Repository files navigation

osumpi.github.io

Deploy

git clone [email protected]:osumpi/osumpi.github.io.git
cd osumpi.github.io
flutter pub get && flutter build web --web-renderer html
mv build/web ../temp/
git clean -df
git checkout live
cp -a ../temp/. .
rm -rf ../temp
rm -rf .dart_tool
git add .
git commit -m "Deploy on $(date)"
git push
git checkout main

Releases

No releases published

Packages

No packages published