Skip to content

Commit

Permalink
style(source): rename env again
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanashii76 committed Jan 14, 2025
1 parent b3e17bb commit 2ad2c94
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/docker-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3

- name: Configurar variáveis de ambiente
run: cp .env._template .env
run: cp .env.template .env

- name: Subir banco com Docker Compose
run: docker compose up -d
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config:
@cp .env._template .env
@cp .env.template .env

build:
@sudo docker compose up --build
Expand Down

0 comments on commit 2ad2c94

Please sign in to comment.