Disable workflows for now
This commit is contained in:
parent
5f177eda51
commit
dfa7618cc9
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
on: [push]
|
||||
on: []
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: docker
|
||||
container: python
|
||||
steps:
|
||||
- run: git clone https://git.724.rocks/Minecon724/dn42-info .
|
||||
- run: git clone https://git.m724.eu/Minecon724/dn42-info .
|
||||
- run: pip install -r requirements.txt
|
||||
- run: python deploy.py
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue