From 271aa9b59b6e03c82d75d86f97491d1ffa992748 Mon Sep 17 00:00:00 2001 From: Andres Gomez Date: Tue, 18 May 2021 14:44:45 -0600 Subject: [PATCH] delete .env file that overlaps the actions variables. --- services/frontend/.env | 8 -------- services/frontend/makefile | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 services/frontend/.env diff --git a/services/frontend/.env b/services/frontend/.env deleted file mode 100644 index e099e17c..00000000 --- a/services/frontend/.env +++ /dev/null @@ -1,8 +0,0 @@ -REACT_APP_GRAPHQL_HTTP_URL=https://graphql-jungle.eosrate.io/v1/graphql -REACT_APP_API_URL=https://jungle.eosio.cr -REACT_APP_GRAPHQL_WS_URL=wss://graphql-jungle.eosrate.io/v1alpha1/graphql -REACT_APP_EOS_API_URL=https://jungle.eosio.cr -REACT_APP_EOS_API_HOST=jungle.eosio.cr -REACT_APP_EOS_API_PORT=443 -REACT_APP_EOS_API_PROTOCOL=https -REACT_APP_EOS_CHAIN_ID=2a02a0053e5a8cf73a56ba0fda11e4d92e0238a4a2aa74fccf46d5a910746840 \ No newline at end of file diff --git a/services/frontend/makefile b/services/frontend/makefile index 9747a17e..be2bb5d3 100644 --- a/services/frontend/makefile +++ b/services/frontend/makefile @@ -49,4 +49,4 @@ build-docker-cached: ./Dockerfile push-image: ##@devops Push the freshly built image and tag with release or latest tag push-image: @docker push $(DOCKER_REGISTRY)/$(IMAGE_NAME_WEBAPP):$(VERSION) -# @docker push $(DOCKER_REGISTRY)/$(IMAGE_NAME_WEBAPP):$(LATEST_TAG) + @docker push $(DOCKER_REGISTRY)/$(IMAGE_NAME_WEBAPP):$(LATEST_TAG)