7 lines
152 B
Plaintext
7 lines
152 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
DOCKER_HOST=ssh://adam@adam.id.au docker compose up -d --build
|
||
|
DEPLOY_PROJECT=pubg DEPLOY_CADDYFILE=Caddyfile node /tmp/client.mjs
|