Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
GitHub Actions: Update path for prod. deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
lukynmatuska committed Mar 9, 2024
1 parent e3da39d commit 03e062e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_KEY }}
port: ${{ secrets.SSH_PORT }}
script: /tank/containers/rm-devel-servers/obelix/pohles-backend/deploy.sh
script: /mnt/md146g/rudickamladez/rm-devel-servers/obelix/pohles-backend/deploy.sh
deploy-dev:
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/master'
Expand Down

0 comments on commit 03e062e

Please sign in to comment.