-
-
Notifications
You must be signed in to change notification settings - Fork 763
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: consolidate deployment targets and publish to ghcr.io (#2539)
* WIP: proof of concept * basic meta tag injection * add support for scraping public/private links * make tests go brrrrr * cleanup initialization * rewrite build config * remove recipe meta on frontend * make type checker happy * remove other deployment methods * fix issue with JSON response on un-authenticated request * docs updates * update tivy scanner * fix linter stuff * change registry tag * build fixes * fix same mistake I always make
- Loading branch information
Showing
34 changed files
with
267 additions
and
792 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,24 +41,4 @@ jobs: | |
DISCORD_WEBHOOK: ${{ secrets.DISCORD_NIGHTLY_WEBHOOK }} | ||
uses: Ilshidur/[email protected] | ||
with: | ||
args: "🚀 New builds of mealie:api-nightly, mealie:frontend-nightly, and mealie:omni-nightly are available" | ||
|
||
deploy-demo: | ||
runs-on: ubuntu-latest | ||
name: Deploy Demo | ||
needs: | ||
- build-release | ||
steps: | ||
- name: Clean and Deploy Demo | ||
uses: appleboy/ssh-action@master | ||
with: | ||
host: ${{ secrets.DEMO_SERVER_IP }} | ||
username: ${{ secrets.DEMO_SERVER_USER }} | ||
key: ${{ secrets.DEMO_SERVER_SSH_KEY }} | ||
port: ${{ secrets.DEMO_SERVER_PORT }} | ||
script_stop: true | ||
script: | | ||
cd ~/docker/mealie | ||
docker-compose pull | ||
docker-compose down -v | ||
docker-compose up -d | ||
args: "🚀 New builds of ghcr.io/mealie-recipes/mealie:nightly" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 0 additions & 31 deletions
31
.github/workflows/partial-trivy-frontend-container-scanning.yml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.