Skip to content

Commit

Permalink
chore: add workflow for deployment to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Teolhyn committed Aug 29, 2024
1 parent 93ef8ec commit a94bd95
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,21 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '${{ steps.nvm.outputs.NVMRC }}'
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- name: Install Stellar
run: |
cargo install --locked stellar-cli --features opt
- name: Build Reflector
run: |
cd contracts/reflector
soroban contract build --release --target wasm32-unknown-unknown
cd ../..
- name: Install and build
run: |
npm install
Expand Down

0 comments on commit a94bd95

Please sign in to comment.