Skip to content

Sotatek-TanHoang is deploying test branch [test] 🌏 πŸš€ πŸ›°οΈ πŸŒ• #1

Sotatek-TanHoang is deploying test branch [test] 🌏 πŸš€ πŸ›°οΈ πŸŒ•

Sotatek-TanHoang is deploying test branch [test] 🌏 πŸš€ πŸ›°οΈ πŸŒ• #1

name: Deploy [test] Mina Bridge
run-name: ${{ github.actor }} is deploying test branch [test] 🌏 πŸš€ πŸ›°οΈ πŸŒ•
on:
push:
branches:
- "testing"
jobs:
DeployTest:
runs-on: [self-hosted, mina-bridge-test]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: 16.15.0
- run: |
echo "${{ vars.MINA_BRIDGE_BE_TEST }}" >> .env
docker build . -t mina-bridge:1.0.0
docker compose -f docker-compose.dev.yaml up -d