refactor: adjust enviroment variables

This commit is contained in:
Mauricio Siu
2024-10-10 22:27:25 -06:00
parent 0488546706
commit 99cf6eae49
2 changed files with 4 additions and 5 deletions

View File

@@ -65,10 +65,9 @@ jobs:
- name: Add Enviroment Variables
run: |
echo "NODE_ENV=production" >> .env
echo "IS_CLOUD=true" >> .env
cat .env
cat Dockerfile.cloud
echo "NODE_ENV=production" >> .env.production
echo "IS_CLOUD=true" >> .env.production
cp .env.production apps/dokploy/.env.production
- name: Build and push Docker image
uses: docker/build-push-action@v4