Skip to content

Commit

Permalink
Add 2 makefile targets for beta instance
Browse files Browse the repository at this point in the history
I use these to test a development build on a real deployment with
external access/setup similar to my prod instance.
  • Loading branch information
nsg committed May 25, 2023
1 parent d55a29b commit b73b6e9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ build:
install:
sudo snap install --dangerous ${SNAP_FILE}

beta: build
cat ${SNAP_FILE} | ssh d -- lxc file push - immich-beta/root/${SNAP_FILE}
ssh d lxc exec immich-beta -- snap install --dangerous /root/${SNAP_FILE}

beta2store:
ssh d lxc exec immich-beta -- snap refresh --beta --amend immich-distribution

shell:
multipass shell snapcraft-immich-distribution

Expand Down

0 comments on commit b73b6e9

Please sign in to comment.