Skip to content

Commit

Permalink
Merge branch 'main' of github.com:xmtp/libxmtp into insipx/async-call…
Browse files Browse the repository at this point in the history
…back
  • Loading branch information
insipx committed Jun 26, 2024
2 parents f0c91bd + dd206b6 commit d55304e
Show file tree
Hide file tree
Showing 82 changed files with 6,223 additions and 3,197 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/validation-server-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,13 @@ jobs:
variable-name: validation_service_image
variable-value: "ghcr.io/xmtp/mls-validation-service@${{ steps.push.outputs.digest }}"
variable-value-required-prefix: "ghcr.io/xmtp/mls-validation-service@sha256:"

- name: Deploy (production)
uses: xmtp-labs/terraform-deployer@v1
with:
terraform-token: ${{ secrets.TERRAFORM_TOKEN }}
terraform-org: xmtp
terraform-workspace: production
variable-name: validation_service_image
variable-value: "ghcr.io/xmtp/mls-validation-service@${{ steps.push.outputs.digest }}"
variable-value-required-prefix: "ghcr.io/xmtp/mls-validation-service@sha256:"
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,8 @@ libxmtp-version.txt
bindings_swift/
ecies_bindings_wasm/

# Locally Generated Stuff
*.generated
**/test_output.jsonl
**/tracing.folded
**/tracing-flamegraph.svg
Loading

0 comments on commit d55304e

Please sign in to comment.