commit
57d169c0ce
|
@ -66,11 +66,16 @@ jobs:
|
|||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
|
||||
- name: Create .env file
|
||||
run: echo DATABASE_URL=${{ secrets.DATABASE_URL }} > .env
|
||||
|
||||
# Build and push Docker image with Buildx (don't push on PR)
|
||||
# https://github.com/docker/build-push-action
|
||||
- name: Build and push Docker image
|
||||
id: build-and-push
|
||||
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
|
||||
env:
|
||||
DATABASE_URL: ${{ secrets.DATABASE_URL }}
|
||||
with:
|
||||
context: .
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
|
|
|
@ -34,7 +34,7 @@ npm run start
|
|||
|
||||
Designed & made with love by [Elie Baier](https://github.com/fayorg), [Tim Haller](https://github.com/timhaller) & [Michal Polka](https://github.com/michalpolka).
|
||||
|
||||
We'd like to thanks Ms. Tixhon for the good idea and the great gifts!
|
||||
We'd like to thanks Mrs. Tixhon for the good idea and the great gifts!
|
||||
|
||||
Don't forget : FUCK MATH!
|
||||
|
||||
|
|
Loading…
Reference in New Issue