mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-09-14 11:06:15 +05:00
refactor: remove
Some checks are pending
Build Docker images / build-and-push-image-docs (push) Waiting to run
Build Docker images / build-and-push-image-website (push) Waiting to run
Build Docker images / build-and-push-cloud-image (push) Waiting to run
Build Docker images / build-and-push-schedule-image (push) Waiting to run
Build Docker images / build-and-push-server-image (push) Waiting to run
Some checks are pending
Build Docker images / build-and-push-image-docs (push) Waiting to run
Build Docker images / build-and-push-image-website (push) Waiting to run
Build Docker images / build-and-push-cloud-image (push) Waiting to run
Build Docker images / build-and-push-schedule-image (push) Waiting to run
Build Docker images / build-and-push-server-image (push) Waiting to run
This commit is contained in:
parent
29f1631950
commit
0c05809d7d
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
@ -63,14 +63,6 @@ jobs:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Add Enviroment Variables
|
||||
run: |
|
||||
echo "NODE_ENV=production" >> .env.production
|
||||
echo "IS_CLOUD=true" >> .env.production
|
||||
cp .env.production apps/dokploy/.env.production
|
||||
cat .env.production
|
||||
cat apps/dokploy/.env.production
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
|
||||
@ -36,7 +36,6 @@ COPY --from=build /prod/dokploy/.next ./.next
|
||||
COPY --from=build /prod/dokploy/dist ./dist
|
||||
COPY --from=build /prod/dokploy/next.config.mjs ./next.config.mjs
|
||||
COPY --from=build /prod/dokploy/public ./public
|
||||
COPY .env.production ./.env
|
||||
COPY --from=build /prod/dokploy/package.json ./package.json
|
||||
COPY --from=build /prod/dokploy/drizzle ./drizzle
|
||||
COPY --from=build /prod/dokploy/components.json ./components.json
|
||||
|
||||
Loading…
Reference in New Issue
Block a user