2024-05-12 16:51:11 +02:00
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
|
|
deploy:
|
2024-05-12 17:40:53 +02:00
|
|
|
runs-on: docker
|
2024-05-12 16:51:11 +02:00
|
|
|
container: python
|
|
|
|
steps:
|
2024-05-12 17:54:18 +02:00
|
|
|
- run: git clone https://git.724.rocks/Minecon724/dn42-info .
|
2024-05-12 17:56:39 +02:00
|
|
|
- run: pip install -r requirements.txt
|
2024-05-12 16:51:11 +02:00
|
|
|
- run: python deploy.py
|