Skip to content

Commit

Permalink
refactor: Deployment Workflow
Browse files Browse the repository at this point in the history
This breaks up, cleans up, and aligns the deploy workflow with the rest of the
refactoring. Further work could be done to consolidate deploy/release as they
are quite similar, but that can be left as a future exercise
  • Loading branch information
techman83 committed May 4, 2024
1 parent 3d319d9 commit 334a18e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ jobs:
# if: ${{ env.DOCKERHUB_USERNAME && env.DOCKERHUB_PASSWORD }}
#echo "$DOCKERHUB_PASSWORD" | docker login -u "$DOCKERHUB_USERNAME" --password-stdin
run: |
cp -v _build/repack/Release/netkan.exe _build/.
./build docker-inflator --exclusive
upload-metadata-tester:
Expand All @@ -194,6 +195,7 @@ jobs:
#if: ${{ env.DOCKERHUB_USERNAME && env.DOCKERHUB_PASSWORD }}
#echo "$DOCKERHUB_PASSWORD" | docker login -u "$DOCKERHUB_USERNAME" --password-stdin
run: |
cp -v _build/repack/Release/*kan.exe _build/.
./build docker-metadata --exclusive
notify-discord:
Expand Down

0 comments on commit 334a18e

Please sign in to comment.