Skip to content

Commit

Permalink
update ci branch
Browse files Browse the repository at this point in the history
  • Loading branch information
muckelba committed Jan 25, 2025
1 parent bc1a02f commit 004fc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SSHKEY }}
script: |
cd ${{ secrets.PATH }}-${{ github.ref_name }}
cd ${{ secrets.PATH }}_${{ github.ref_name }}
echo ${{ secrets.GITHUB_TOKEN }} | docker login ${{ env.REGISTRY }} -u ${{ github.actor }} --password-stdin
docker compose pull && docker compose up -d

0 comments on commit 004fc75

Please sign in to comment.