Skip to content

Commit

Permalink
debug kkwan0#2
Browse files Browse the repository at this point in the history
  • Loading branch information
dontran15 committed Mar 20, 2023
1 parent 7f019fb commit 48c7222
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,6 @@ on:
branches: [ master ]

jobs:
# #Not necessary since takes too much time
# #First we will see the application build or not , then we will deploy in EC2
# build:
# runs-on: ubuntu-latest

# steps:
# - uses: actions/checkout@v2

# - name: Build the docker_compose
# run: docker-compose up -d --build

# - name: Buid the application
# run: docker-compose exec -T counter_app npm run build

Deploy:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 48c7222

Please sign in to comment.