fix: yaml formatting
This commit is contained in:
parent
3926fa09ff
commit
701f80540b
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
|
||||
- name: Build
|
||||
run: >-
|
||||
run: >
|
||||
nix build
|
||||
.#trevstack-linux-amd64
|
||||
.#trevstack-linux-arm64
|
||||
|
@ -26,4 +26,4 @@ WORKDIR /app
|
||||
# Copy /nix/store
|
||||
COPY --from=builder /tmp/nix-store-closure /nix/store
|
||||
COPY --from=builder /tmp/build/result /app
|
||||
CMD ["/app/bin/server"]
|
||||
CMD ["/app/bin/trevstack"]
|
Loading…
x
Reference in New Issue
Block a user