Compare commits

...
2 Commits
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -17,7 +17,18 @@ env:
VPS_USER: ${{ secrets.VPS_USER }}
jobs:
syntax-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Python syntax check
run: |
python3 -m py_compile run_server.py auto_merge_bot.py callback_server.py setup_app.py setup_all.py generate_manifest.py generate_manifest_domain.py start_server.py
build-and-deploy:
needs: syntax-check
runs-on: ubuntu-latest
steps:
- name: Checkout
+1 -1
View File
@@ -69,7 +69,7 @@ api_base = "https://omniroute.imrnes.team/v1"
deployment_type = "app"
# Will be filled after app creation:
# app_id = 123456
# private_key = """
# private_key = "<paste PEM here>"
# webhook_secret = "{WEBHOOK_SECRET}"
"""