mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 08:55:08 +00:00
Update Deploy_Traefik_and_MariaDB.yml
This commit is contained in:
parent
7e73243991
commit
f4c5fd10b2
1 changed files with 3 additions and 3 deletions
|
|
@ -24,9 +24,9 @@ jobs:
|
||||||
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