mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore: test the env
This commit is contained in:
2
.github/workflows/pull-request.yml
vendored
2
.github/workflows/pull-request.yml
vendored
@@ -49,7 +49,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Run custom Docker build script
|
- name: Run custom Docker build script
|
||||||
run: |
|
run: |
|
||||||
|
cat .env.production
|
||||||
chmod +x ./docker/build.sh
|
chmod +x ./docker/build.sh
|
||||||
echo "Building Docker image for ${{ github.base_ref }}"
|
echo "Building Docker image for ${{ github.base_ref }}"
|
||||||
./docker/build.sh ${{ github.base_ref == 'canary' && 'canary' || '' }}
|
./docker/build.sh ${{ github.base_ref == 'canary' && 'canary' || '' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user