Skip to content

Commit

Permalink
Update root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigri44 authored Nov 13, 2024
1 parent 726279e commit 162d9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preprod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Update environment
run: |
ssh staging 'export DOCKER_BRANCH=${{ github.ref_name }}
cd /home/realt/docker/stats/${DOCKER_BRANCH}
cd /var/docker/stats/${DOCKER_BRANCH}
git pull origin ${{ github.ref_name }}
docker compose --file docker-compose.${{ github.ref_name }}.yml pull
docker login -u ${{ secrets.DOCKER_LOGIN }} -p ${{ secrets.DOCKER_PASSWD }} ${{ secrets.DOCKER_REGISTRY }}
Expand Down

0 comments on commit 162d9ca

Please sign in to comment.