changes
All checks were successful
Deploy Login / deploy (push) Successful in 1m46s
Deploy Login / cleanup (push) Successful in 20s

This commit is contained in:
anhduy-tech
2026-03-30 15:49:59 +07:00
parent d72866b171
commit 0ef38cb718
2 changed files with 6 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
name: Deploy Utopia Dev name: Deploy Login
on: on:
push: push:

View File

@@ -1,5 +1,10 @@
#!/bin/bash #!/bin/bash
PROJECT="bigdatacloud"
IMAGE="login"
docker build -t docker.bigdatatech.vn/$PROJECT/$IMAGE:latest .
docker push docker.bigdatatech.vn/$PROJECT/$IMAGE:latest
docker rmi docker.bigdatatech.vn/$PROJECT/$IMAGE:latest
git add . git add .
git commit -m 'changes' git commit -m 'changes'
git push git push