fixing tunnel_host
This commit is contained in:
parent
0bd980994a
commit
d8d18f6607
4
ship.sh
4
ship.sh
|
|
@ -1,5 +1,9 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
#
|
#
|
||||||
|
# Do NOT add docker login or gh auth token here. A prior gh-based login overwrote good GHCR
|
||||||
|
# credentials and pushes failed with permission_denied / wrong scopes; compose push works when
|
||||||
|
# Docker keeps the PAT/credential helper the user already configured.
|
||||||
|
#
|
||||||
# Fixed pipeline (order is fixed):
|
# Fixed pipeline (order is fixed):
|
||||||
# 1. git add -A
|
# 1. git add -A
|
||||||
# 2. git commit (or --allow-empty if nothing staged)
|
# 2. git commit (or --allow-empty if nothing staged)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue