This website requires JavaScript.
Explore
Help
Sign In
rdiedrich
/
homepage
Watch
1
Star
0
Fork
0
You've already forked homepage
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
6819c81748f5c2c1192d2ba4c614f81af473a673
homepage
/
rel
/
overlays
/
bin
/
migrate
6 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
phx update
2023-11-07 08:52:09 +01:00
#!/bin/sh
update phoenix
2024-06-10 12:16:58 +02:00
set -eu
phx update
2023-11-07 08:52:09 +01:00
cd -P -- "$(dirname -- "$0")"
exec ./homepage eval Homepage.Release.migrate
Reference in New Issue
Copy Permalink