Skip to content

Commit

Permalink
chore: add recipe to runtime for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
khorshuheng committed Feb 21, 2025
1 parent 9b81f6c commit a3bd919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
with:
toolchain: ${{ env.RUST_TOOLCHAIN }}

cache-all-crates: true
- name: Copy and rename deploy.env to .env
run: cp deploy.env .env

Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ RUN apt-get update -y \
&& rm -rf /var/lib/apt/lists/*

COPY --from=builder /app/target/release/appflowy_cloud /usr/local/bin/appflowy_cloud
COPY --from=builder /app/recipe.json recipe.json
ENV APP_ENVIRONMENT production
ENV RUST_BACKTRACE 1

Expand Down

0 comments on commit a3bd919

Please sign in to comment.