Skip to content

Commit

Permalink
ci: dont replace .env.production
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlaefli committed Oct 24, 2023
1 parent c79e071 commit c0e0db7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Replace .env.production with .env.stage
shell: bash
run: |
rm .env.production
mv .env.stage .env.production
# - name: Replace .env.production with .env.stage
# shell: bash
# run: |
# rm .env.production
# mv .env.stage .env.production

- name: Build and push Docker image
uses: docker/build-push-action@v3
Expand Down

0 comments on commit c0e0db7

Please sign in to comment.