Skip to content

♻️ market-update: use new deployments #39

♻️ market-update: use new deployments

♻️ market-update: use new deployments #39

Workflow file for this run

on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
env:
GATEWAY_ACCESS_KEY: ${{ secrets.GATEWAY_ACCESS_KEY }}
TENDERLY_ACCESS_KEY: ${{ secrets.TENDERLY_ACCESS_KEY }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm install
- run: npm test
- run: curl https://raw.githubusercontent.com/Tenderly/tenderly-cli/master/scripts/install-linux.sh | bash
- run: tenderly login --authentication-method access-key --access-key ${{ secrets.TENDERLY_ACCESS_KEY }}
- run: tenderly actions deploy