fix: deploy script
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# DEPLOYTIME=$(date +%s%3N)
|
||||
sudo docker stack deploy selfhosted-owncloud --compose-file=docker-stack.yml --with-registry-auth --resolve-image always
|
||||
export $(cat .env | xargs)
|
||||
envsubst < docker-stack.yml | docker stack deploy selfhosted-owncloud --compose-file=docker-stack.yml --with-registry-auth --resolve-image always
|
||||
# curl -X POST https://log.spares.nu/api/annotations \
|
||||
# -H "Authorization: Bearer eyJrIjoiOGNhQVM5SkNaaEFlQ1FkTDFJNTdPNzhFazVuTko0TTEiLCJuIjoiZGVwbG95IiwiaWQiOjF9" \
|
||||
# -H "Content-Type: application/json" \
|
||||
|
||||
Reference in New Issue
Block a user