Skip to content

Commit

Permalink
CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
hangtantai committed Nov 25, 2024
1 parent 06002f4 commit 49ff010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
docker push htt31124/my-backend:latest
2 changes: 1 addition & 1 deletion hello-world.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
print("Hello-world")
print("__")
print("___")

0 comments on commit 49ff010

Please sign in to comment.