Skip to content

Commit

Permalink
cicd final
Browse files Browse the repository at this point in the history
  • Loading branch information
tanquangduong committed Sep 18, 2024
1 parent b69677b commit 5052935
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cd-docker-ec2.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Build-Publish-Deploy Docker container

on:
push:
branches:
- main
# workflow_run:
# workflows: ["Python package"]
# types:
# - completed
# push:
# branches:
# - main
workflow_run:
workflows: ["Python package"]
types:
- completed

env:
DOCKERHUB_REPO: cicd
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions simple_app/Home.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# Define the title and logos for the chat interface
APP_TITLE = """<div style="text-align: center">
<h1 style="font-size: 48px; color: #6366F1;">
CICD - GitHub Action x Docker x AWS EC2
CICD Demo
</h1>
<p>
<b style="font-size: 24px">
Streamlit App
GitHub Action x Docker x AWS EC2 x Streamlit
</b>
</p>
</div>
Expand Down

0 comments on commit 5052935

Please sign in to comment.