Skip to content

Commit

Permalink
Fixed typo in deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
erland-syafiq committed Jun 21, 2024
1 parent adfcf88 commit e078165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Create environment variables
run: echo ${{ secrets.ENV_FILE }} > .env
- name: Run container
run: docker run -p 3000:3000 -d --name vtmunc --env_file .env vtmunc/site
run: docker run -p 3000:3000 -d --name vtmunc --env-file .env vtmunc/site
- name: Removing environment variabe
run: rm .env || true
- name: Clean up (Removes old containers)
Expand Down

0 comments on commit e078165

Please sign in to comment.