Skip to content

updated

updated #12

Workflow file for this run

name: Ubuntu 22.04 CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
install-ubuntu:
runs-on: ubuntu-22.04
name: on Ubuntu 22.04
steps:
- uses: actions/checkout@v3
- name: Init
run: sudo bash install.sh
- name: Deploy
run: sudo python3 main.py --email=root@root.com --db_password=root --password=root