Change directory for deploy.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m3s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m3s
This commit is contained in:
parent
bc6fa0c7b2
commit
4b9eb5be04
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ jobs:
|
|||
run: |
|
||||
ssh ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} '
|
||||
echo "Running remote deployment..."
|
||||
cd /home/public/ || exit 1
|
||||
cd /home/cameron/camdn/ || exit 1
|
||||
docker compose pull && docker compose up -d --force-recreate
|
||||
|
||||
echo "Remote deployment finished."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue