Skip to content

Commit

Permalink
fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Oct 19, 2023
1 parent 02f2859 commit f54c2c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/local_deployment_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
- name: Create environment file
run: |
cp .env.example.dev .env
cp .env.example.dev .env.dev
- name: Initialize environment
run: |
Expand Down

0 comments on commit f54c2c7

Please sign in to comment.