Skip to content

Commit

Permalink
Copy config to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMacocian committed Nov 25, 2023
1 parent 7ecda67 commit 672b7b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Build and Push Docker Image

on:
pull_request:
branches: [ master ]
push:
branches: [ master ]
paths:
Expand Down
1 change: 1 addition & 0 deletions GuildWarsPartySearch/BuildDockerImage.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dotnet publish -c Release
Copy-Item -Path Config.Release.json -Destination ./bin/Release/net8.0/publish/Config.json
docker build -t guildwarspartysearch.server .
docker tag guildwarspartysearch.server guildwarspartysearch.azurecr.io/guildwarspartysearch.server

0 comments on commit 672b7b0

Please sign in to comment.