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