Skip to content

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

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

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

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: v18.20.4
- 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 --remove-orphans