From b865c963c20b8c1630ac3413332135f4c9612341 Mon Sep 17 00:00:00 2001 From: Ender2K89 Date: Sat, 26 Aug 2023 13:52:06 +0200 Subject: [PATCH] Tiny change --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 3abe099..50fba7a 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -20,6 +20,6 @@ jobs: docker stop rustbyte-website docker rm rustbyte-website cd rustbyte-website - git pull https://rustbyte-solutions:${{ secrets.GIT_PASSWORD }}@github.com/rustbyte-solutions/rustbyte-website.git + git pull docker build -t rustbyte-website . docker run --name rustbyte-website -d -p 8080:8080 rustbyte-website \ No newline at end of file