Skip to content

Commit

Permalink
ci: try to fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Selflocking committed Jan 19, 2024
1 parent 7b6ff2e commit 5590d86
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/docker-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ jobs:
docker rm backend
docker run -d \
-p 54321:8080 \
-e "5PIDERMAN_DB_HOST=$DB_HOST" \
-e "5PIDERMAN_DB_PORT=$DB_PORT" \
-e "5PIDERMAN_DB_USER=$DB_USER" \
-e "5PIDERMAN_DB_PASSWORD=$DB_PASSWORD" \
-e "5PIDERMAN_DB_NAME=$DB_NAME" \
-e "5PIDERMAN_DB_TYPE=$DB_TYPE" \
-e "5PIDERMAN_DB_API=$DB_API" \
-v /root/.config/backend:/root/.config/backend \
--name backend \
ghcr.io/5piderman-team/5piderman

0 comments on commit 5590d86

Please sign in to comment.