Skip to content

Commit

Permalink
Updating envfile
Browse files Browse the repository at this point in the history
  • Loading branch information
luisgmunhoz committed Oct 9, 2023
1 parent a0b594a commit 9a8a5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v2
- name: Build
run: |
docker compose --env-file=${{ secrets.DOCKER_ENV_FILE }} build
docker compose --env-file=/github/workspace/${{ secrets.DOCKER_ENV_FILE }} build
- name: Push Auth Image
env:
DOCKER_BUILDKIT: 1
Expand Down

1 comment on commit 9a8a5db

@vercel
Copy link

@vercel vercel bot commented on 9a8a5db Oct 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mauagendar – ./

mauagendar-git-main-mauagendar.vercel.app
mauagendar.vercel.app
mauagendar-mauagendar.vercel.app

Please sign in to comment.