mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 16:55:08 +00:00
Update Deploy_Traefik_and_MariaDB.yml
This commit is contained in:
parent
5c6d5d254e
commit
ed9a821b05
1 changed files with 11 additions and 11 deletions
22
.github/workflows/Deploy_Traefik_and_MariaDB.yml
vendored
22
.github/workflows/Deploy_Traefik_and_MariaDB.yml
vendored
|
|
@ -13,20 +13,20 @@ jobs:
|
||||||
- name: checkout Script content
|
- name: checkout Script content
|
||||||
uses: actions/checkout@v2 # checkout the repository content
|
uses: actions/checkout@v2 # checkout the repository content
|
||||||
|
|
||||||
- name: setup python
|
# - name: setup python
|
||||||
uses: actions/setup-python@v4
|
# uses: actions/setup-python@v4
|
||||||
with:
|
# with:
|
||||||
python-version: '3.10' # install the python version needed
|
# python-version: '3.10' # install the python version needed
|
||||||
|
|
||||||
- name: install dependicese
|
# - name: install dependicese
|
||||||
run: |
|
# run: |
|
||||||
python -m pip install --upgrade pip
|
# python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
# pip install -r requirements.txt
|
||||||
pip install PyGithub
|
# pip install PyGithub
|
||||||
- name: fintechsys/docker_compose.py # run main.py
|
# - name: fintechsys/docker_compose.py # run main.py
|
||||||
# env:
|
# env:
|
||||||
# SOME_SECRET: ${{ secrets.SOME_SECRET }}
|
# SOME_SECRET: ${{ secrets.SOME_SECRET }}
|
||||||
run: python fintechsys/docker_compose.py
|
# run: python fintechsys/docker_compose.py
|
||||||
|
|
||||||
# - name: Checkout repository
|
# - name: Checkout repository
|
||||||
# uses: actions/checkout@v2
|
# uses: actions/checkout@v2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue