Skip to content

Commit

Permalink
Actualización pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelperezh committed May 29, 2024
1 parent 94e1b66 commit 8237e8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
# Job for building Docker image and deploying to AWS
deploy-to-aws:
runs-on: ubuntu-latest
needs: pytest-coverage
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ build-flutter-app:
deploy-to-aws:
stage: deploy
image: python:3.10
needs:
- pytest-coverage
before_script:
- apt-get update
- apt-get install -y awscli
Expand Down

0 comments on commit 8237e8a

Please sign in to comment.