Skip to content

ref(payment): create single component for buy tokens or subscribe #22

ref(payment): create single component for buy tokens or subscribe

ref(payment): create single component for buy tokens or subscribe #22

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build --no-cache -t bot-ai:latest .
- name: Run containers
run: docker compose up -d