File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ jobs:
4242 uses : actions/download-artifact@v4
4343 with :
4444 name : enstate-server
45- path : server /target/release
45+ path : app /target/release
4646
4747 - name : Build
4848 run : chmod +x ./target/release/enstate
49- working-directory : server
49+ working-directory : app
5050
5151 - name : Docker meta
5252 id : meta
8080 with :
8181 push : true
8282 file : .github/.docker/Dockerfile
83- context : server
83+ context : app
8484 tags : ${{ steps.meta.outputs.tags }}
8585 labels : ${{ steps.meta.outputs.labels }}
8686 cache-from : type=registry,ref=ghcr.io/v3xlabs/enstate:edge
Original file line number Diff line number Diff line change 1515 strategy :
1616 fail-fast : false
1717 matrix :
18- suite : [server ] # , worker]
18+ suite : [app ] # , worker]
1919 include :
20- - suite : server
20+ - suite : app
2121 build : cargo build --release
2222 env_file : .env
2323 # - suite: worker
5050 uses : actions/upload-artifact@v4
5151 with :
5252 name : enstate-server
53- path : server /target/release/enstate
53+ path : app /target/release/enstate
5454 retention-days : 1
Original file line number Diff line number Diff line change 2424 strategy :
2525 fail-fast : false
2626 matrix :
27- suite : [server ] # , worker]
27+ suite : [app ] # , worker]
2828 include :
29- - suite : server
29+ - suite : app
3030 env_file : .env
3131 # - suite: worker
3232 # build: bun install --global pnpm && pnpm install && pnpm build
7070 uses : actions/download-artifact@v4
7171 with :
7272 name : enstate-server
73- path : server /target/release
73+ path : app /target/release
7474
7575 - name : Build
7676 run : chmod +x ./target/release/enstate
You can’t perform that action at this time.
0 commit comments