Skip to content

Commit

Permalink
Merge pull request #12 from Neuman968/dockerPublishActions
Browse files Browse the repository at this point in the history
Updated static file paths
  • Loading branch information
Neuman968 authored May 11, 2024
2 parents 33d21b1 + 2770b38 commit 26c08cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jib {
extraDirectories {
paths {
path {
setFrom("./static/web")
setFrom("./static")
into = "/opt/pasteybin/ui"
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pushd ui
flutter build web
popd

cp -R ui/build/web api/static
cp -R ui/build/web/* api/static/

pushd api
if [[ "$multiplatform" == "true" ]]; then
Expand Down

0 comments on commit 26c08cf

Please sign in to comment.