Skip to content

Commit

Permalink
update docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
hernansaa committed Sep 9, 2024
1 parent 430a98e commit 62e5a1b
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,14 @@ jobs:
push: true
tags: ${{ secrets.DOCKER_USER }}/user-service:${{ github.sha }}
labels: ${{ steps.meta.outputs.labels }}
# build-args: |
# DB_HOST=${{ secrets.DB_HOST }}
# DB_USER=${{ secrets.DB_USER }}
# DB_PASSWORD=${{ secrets.DB_PASSWORD }}
# DB_DATABASE=${{ secrets.DB_DATABASE }}

ci:
runs-on: ubuntu-latest
steps:
- name: Deploy
# Only run this step if the branch is main
if: github.ref == 'refs/heads/development'
env:
deploy_url: ${{ secrets.RENDER_DEPLOY_HOOK_URL }}
run: |
curl "$deploy_url"

0 comments on commit 62e5a1b

Please sign in to comment.