Skip to content

Commit

Permalink
update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
sephethus committed Sep 4, 2024
1 parent ad8d2b7 commit 037af45
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Sync ArgoCD Application
run: |
argocd app sync flashcards-app --insecure --grpc-web
argocd login $ARGOCD_SERVER --username $ARGOCD_USERNAME --password $ARGOCD_PASSWORD --insecure
env:
ARGOCD_SERVER: https://147.28.171.232:31140
ARGOCD_USERNAME: ${{ secrets.ARGOCD_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ COPY . .

EXPOSE 5000

CMD ["python", "app.py", "--host=0.0.0.0"]
CMD ["python", "app.py"]

0 comments on commit 037af45

Please sign in to comment.