Skip to content

Commit

Permalink
Merge pull request #9 from Dorianteffo/dev
Browse files Browse the repository at this point in the history
cd
  • Loading branch information
Dorianteffo authored Mar 11, 2024
2 parents 442d578 + 2ca6f31 commit 102fa0f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ on:
branches:
- master


jobs:
push_docker_image:
runs-on: ubuntu-latest
needs: [ci_job]
steps:
- name: checkout repo
uses: actions/checkout@v2
Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,6 @@ jobs:
- name: Stop container
run: make down


# deploy_terraform:
# runs-on: ubuntu-latest
# needs: [ci_job]
# steps:
# - name: checkout repo
# uses: actions/checkout@v2

# - name: init terraform
# run: make infra-init

# - name: apply terraform
# run: make infra-apply




0 comments on commit 102fa0f

Please sign in to comment.