mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-09-14 11:06:15 +05:00
chore: test the env
This commit is contained in:
parent
9ee6eb5d88
commit
ef4d763658
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
|
||||
run: |
|
||||
|
||||
cat .env.production
|
||||
chmod +x ./docker/build.sh
|
||||
echo "Building Docker image for ${{ github.base_ref }}"
|
||||
./docker/build.sh ${{ github.base_ref == 'canary' && 'canary' || '' }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user