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)