Skip to content
Snippets Groups Projects
Commit 8e52f87a authored by Sean Fredrick Cruz's avatar Sean Fredrick Cruz
Browse files

Update .gitlab-ci.yml file

parent 7a2b9a67
No related branches found
No related tags found
No related merge requests found
Pipeline #67323 failed with stage
in 1 minute and 6 seconds
......@@ -15,9 +15,9 @@ build-frontend:
- cd app/frontend
- docker build -t $CI_REGISTRY/$CI_REGISTRY_USER/task-app-management/app/frontend .
- docker push $CI_REGISTRY/$CI_REGISTRY_USER/task-app-management/app/frontend
# only:
# changes:
# - app/frontend/**/*
only:
changes:
- app/frontend/**/*
deploy-dev:
......@@ -32,8 +32,7 @@ deploy-dev:
- echo $KUBE_CONFIG | base64 -d > ~/.kube/config
- chmod 600 ~/.kube/config
- echo "tcp://0.tcp.ap.ngrok.io:13057"
- nc -zv 0.tcp.ap.ngrok.io 13057
- ./kubectl cluster-info
# Apply your Kubernetes configurations
- ./kubectl apply -f task-app/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment