From 49ff010cdef884cf31d3625a7e40148807f93387 Mon Sep 17 00:00:00 2001 From: Hang Tan Tai Date: Mon, 25 Nov 2024 19:09:34 +0700 Subject: [PATCH] CI/CD --- .github/workflows/deploy.yml | 2 +- hello-world.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9745e37..5eac54d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,4 +22,4 @@ jobs: - name: Build and push backend image run: | docker build -t my-backend:latest -f Dockerfile . - docker push my-backend:latest \ No newline at end of file + docker push htt31124/my-backend:latest \ No newline at end of file diff --git a/hello-world.py b/hello-world.py index 09166c0..9fc8689 100644 --- a/hello-world.py +++ b/hello-world.py @@ -1,2 +1,2 @@ print("Hello-world") -print("__") \ No newline at end of file +print("___") \ No newline at end of file