Skip to content

Commit

Permalink
dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kaldray committed Jun 13, 2024
1 parent 8eeea2a commit ee586f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_vps_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:
cd projects
cd StatList
git fetch origin $BRANCH_NAME
git checkout $BRANCH_NAME
git pull
git pull origin $BRANCH_NAME
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 ee586f3

Please sign in to comment.