Skip to content

Commit

Permalink
Merge pull request #23 from studio-recoding/feat/cicd
Browse files Browse the repository at this point in the history
[fix] commit
  • Loading branch information
uommou authored Mar 22, 2024
2 parents e605361 + e94307c commit c92ee90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
touch .env
echo "$DEV_ENV" > .env
env:
DEV_ENV: ${{ secret.DEV_ENV }}
DEV_ENV: ${{ secrets.DEV_ENV }}


- name: Remove old Docker image
Expand Down

0 comments on commit c92ee90

Please sign in to comment.