Skip to content

feat: optimized bot adding #35

feat: optimized bot adding

feat: optimized bot adding #35

name: Deploy Application
on:
push:
branches:
- main
jobs:
lint-python:
uses: ./.github/workflows/lint-python.yml
lint-typescript:
uses: ./.github/workflows/lint-typescript.yml
build-and-push-frontend:
needs:
- lint-python
- lint-typescript
uses: ./.github/workflows/build-and-push-frontend.yml
with:
branch: main
deploy:
needs: build-and-push-frontend
uses: ./.github/workflows/deployment.yml
secrets:
VPS_IP: ${{ secrets.VPS_IP }}
VPS_USERNAME: ${{ secrets.VPS_USERNAME }}
VPS_SSH_KEY: ${{ secrets.VPS_SSH_KEY }}