Skip to content

Commit

Permalink
te
Browse files Browse the repository at this point in the history
  • Loading branch information
kaldray committed Jun 12, 2024
1 parent 3fa1d96 commit fb94d17
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy_vps_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
export DOCKER_BUILDKIT=1
current_directory=$(pwd)
"echo Le répertoire actuel est : $current_directory"
git fetch origin $BRANCH_NAME
git checkout $BRANCH_NAME
Expand All @@ -47,8 +46,8 @@ jobs:
docker buildx build --push $BUILD_ARGS -f /docker/prod.Dockerfile -t kaldray/statlist-next:latest ./
current_directory=$(pwd)
echo Le répertoire actuel est : $current_directory
"ls"
ls
echo 'build successful ✅'
# Start docker instances
Expand Down

0 comments on commit fb94d17

Please sign in to comment.