mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
💥 Replace docker-compose with docker compose
This commit is contained in:
committed by
Nikhil Badyal
parent
a4b4bfe527
commit
bd44c41dc1
@@ -83,10 +83,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
if [[ "${{ inputs.CI_TEST }}" =~ ^(true|True|1)$ ]]; then
|
if [[ "${{ inputs.CI_TEST }}" =~ ^(true|True|1)$ ]]; then
|
||||||
echo "In CI Testing. Using local compose file."
|
echo "In CI Testing. Using local compose file."
|
||||||
docker-compose -f docker-compose-local.yml up --build
|
docker compose -f docker-compose-local.yml up --build
|
||||||
else
|
else
|
||||||
echo "Using Prod compose file."
|
echo "Using Prod compose file."
|
||||||
docker-compose up --build
|
docker compose up --build
|
||||||
fi
|
fi
|
||||||
- name: Upload Build APKS
|
- name: Upload Build APKS
|
||||||
uses: actions/upload-artifact@main
|
uses: actions/upload-artifact@main
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ You can use any of the following methods to build.
|
|||||||
4. Update `.env` file if you want some customization(See notes)
|
4. Update `.env` file if you want some customization(See notes)
|
||||||
5. Run script with
|
5. Run script with
|
||||||
```shell
|
```shell
|
||||||
docker-compose up --build
|
docker compose up --build
|
||||||
```
|
```
|
||||||
|
|
||||||
- 🐳With Docker
|
- 🐳With Docker
|
||||||
|
|||||||
Reference in New Issue
Block a user