refactor: remove

This commit is contained in:
Mauricio Siu
2024-10-10 23:38:16 -06:00
parent 29f1631950
commit 0c05809d7d
2 changed files with 0 additions and 9 deletions

View File

@@ -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: