From 27aa0d0cae1a45959b94ed22f46683169dd72914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Dzioba?= <62724833+BoberITman@users.noreply.github.com> Date: Fri, 16 Dec 2022 21:49:01 +0100 Subject: [PATCH] Add port --- .github/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/deploy.yml b/.github/deploy.yml index e13a5f6..4a51eb1 100644 --- a/.github/deploy.yml +++ b/.github/deploy.yml @@ -17,4 +17,4 @@ jobs: run: | docker stop ${{ github.event.repository.name }} || true docker rm ${{ github.event.repository.name }} || true - docker run -d -e "DISCORD_TOKEN=${{ secrets.DISCORD_TOKEN }}" -e "REDIS_TOKEN=${{ secrets.REDIS_TOKEN }}" -e "DATABASE_URL=${{ secrets.DATABASE_URL }}" --restart always --network BOT --name ${{ github.event.repository.name }} ${{ github.repository }} + docker run -d -e "DISCORD_TOKEN=${{ secrets.TOKEN }}" --restart always -p 2020:2020 --name ${{ github.event.repository.name }} ${{ github.repository }}