Skip to content

Commit

Permalink
Merge pull request #1 from Odyssey-Of-The-Mind-Poland/load_img
Browse files Browse the repository at this point in the history
Dynamiclly loading sponsor images
  • Loading branch information
wjbladek authored Mar 25, 2024
2 parents db44fb7 + b978b77 commit 939a1f3
Show file tree
Hide file tree
Showing 36 changed files with 1,293 additions and 326 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ subprojects {
project.evaluationDependsOn(':app')
}

task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
flutter build web
flutter build web --no-tree-shake-icons
docker build -t grzybek/odyseja-pwa .
ssh grzybek docker kill $(ssh grzybek docker ps -q --filter ancestor=grzybek/odyseja-pwa )
docker save grzybek/odyseja-pwa | bzip2 | pv | ssh grzybek docker load
Expand Down
Loading

0 comments on commit 939a1f3

Please sign in to comment.