From e078165ad7f897ff3b676a40b31fb5c797330d7d Mon Sep 17 00:00:00 2001 From: Erland A Syafiq Date: Fri, 21 Jun 2024 14:48:31 -0400 Subject: [PATCH] Fixed typo in deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a444998..fc50eb0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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)