File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 9191 - name : Deploy via Kamal
9292 run : kamal deploy --skip-push
9393 env :
94+ GHCR_TOKEN : ${{ secrets.GHCR_TOKEN }}
9495 KAMAL_REGISTRY_USERNAME : ${{ secrets.KAMAL_REGISTRY_USERNAME }}
9596 KAMAL_REGISTRY_PASSWORD : ${{ secrets.KAMAL_REGISTRY_PASSWORD }}
Original file line number Diff line number Diff line change 2626registry :
2727 server : ghcr.io/ugifractal/carhist
2828 username : <%= ENV.fetch("KAMAL_REGISTRY_USERNAME") %>
29- password : <%= ENV.fetch("KAMAL_REGISTRY_PASSWORD ") %>
29+ password : <%= ENV.fetch("GHCR_TOKEN ") %>
3030
3131# Inject ENV variables into containers (secrets come from .kamal/secrets).
3232env :
4848 - MIDTRANS_SERVER_KEY
4949 - MIDTRANS_BASE_URL
5050 - GEMINI_API_KEY
51+ - GHCR_TOKEN
52+ - TAILSCALE_AUTHKEY
5153
5254 clear :
5355 # Run the Solid Queue Supervisor inside the web server's Puma process to do jobs.
You can’t perform that action at this time.
0 commit comments