This commit is contained in:
@@ -10,4 +10,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: build database
|
||||||
|
run: |
|
||||||
|
docker build -t mistox-sql ./database
|
||||||
|
|
||||||
|
- name: build server
|
||||||
|
run: |
|
||||||
|
docker build --build-arg BASE_URL=https://mistox.com -t mistox-website .
|
||||||
Reference in New Issue
Block a user