Update some things. Default URL changed for VPS.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Function to check if we're in the correct directory
|
||||
check_directory() {
|
||||
@@ -45,7 +45,6 @@ if ! check_directory; then
|
||||
fi
|
||||
|
||||
git pull
|
||||
pnpm build
|
||||
cd docker || exit 1
|
||||
sudo podman compose down
|
||||
sudo podman compose up -d
|
||||
|
||||
Reference in New Issue
Block a user