Skip to content

Commit

Permalink
pl
Browse files Browse the repository at this point in the history
  • Loading branch information
kaldray committed Jun 13, 2024
1 parent ee586f3 commit 9be98c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_vps_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
cd projects
cd StatList
git fetch origin $BRANCH_NAME
git checkout $BRANCH_NAME
git pull origin $BRANCH_NAME
git fetch origin docker
git checkout docker
git pull origin docker
ls
# Build & push docker image
docker buildx build --push $BUILD_ARGS -f ./docker/prod.Dockerfile -t kaldray/statlist-next:latest ./
Expand Down

0 comments on commit 9be98c5

Please sign in to comment.