Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorJorgeFGA committed Jul 28, 2024
1 parent 92db689 commit 09e1f09
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@ env:
TARGET_DIR: '~/${{ github.event.repository.name }}'

jobs:
# docker-hub:
# name: Docker Hub Image Push
# runs-on: ubuntu-latest
# steps:
# - name: Check out code
# uses: actions/checkout@v3
docker-hub:
name: Docker Hub Image Push
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3

# - name: Sending Image to Docker Hub
# uses: mr-smithers-excellent/docker-build-push@v5
# with:
# image: victorjorge/gerocuidado-usuario-api
# registry: docker.io
# directory: ./
# dockerfile: ./Dockerfile.prod
# tags: latest
# username: ${{ secrets.DOCKER_HUB_USERNAME }}
# password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
- name: Sending Image to Docker Hub
uses: mr-smithers-excellent/docker-build-push@v5
with:
image: victorjorge/gerocuidado-usuario-api
registry: docker.io
directory: ./
dockerfile: ./Dockerfile.prod
tags: latest
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

deploy-ec2:
name: Deploy EC2
Expand Down

0 comments on commit 09e1f09

Please sign in to comment.