mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-24 00:35:10 +00:00
Update Deploy_Traefik_and_MariaDB.yml
This commit is contained in:
parent
ed3c73f18f
commit
c7c90d316e
1 changed files with 4 additions and 2 deletions
|
|
@ -54,7 +54,9 @@ jobs:
|
|||
# dockerfile: Dockerfile # Path to your Dockerfile if you have one
|
||||
|
||||
- name: Create directory
|
||||
run: mkdir ~/gitops
|
||||
run: |
|
||||
rm -r ~/gitops
|
||||
mkdir ~/gitops
|
||||
|
||||
- name: Create traefik.env file
|
||||
run: |
|
||||
|
|
@ -74,4 +76,4 @@ jobs:
|
|||
|
||||
- name: Deploy MariaDB container
|
||||
run: |
|
||||
docker-compose --project-name mariadb --env-file ~/gitopss/mariadb.env -f overrides/compose.mariadb-shared.yaml up -d
|
||||
docker-compose --project-name mariadb --env-file ~/gitops/mariadb.env -f overrides/compose.mariadb-shared.yaml up -d
|
||||
|
|
|
|||
Loading…
Reference in a new issue