We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d99a7b commit d023918Copy full SHA for d023918
.github/workflows/build-container.yml
@@ -81,4 +81,4 @@ jobs:
81
82
- name: Build and push Docker image
83
run: |
84
- dotnet publish --os linux --arch x64 -c Release -p:ContainerRepository=${{ env.image_repository_name }} -p:ContainerRegistry=ghcr.io -p:ContainerImageTags=latest -p:ContainerPort=8080
+ dotnet publish --os linux --arch x64 -c Release -p:ContainerRepository=${{ env.image_repository_name }} -p:ContainerRegistry=ghcr.io -p:ContainerImageTags=latest -p:ContainerPort=80
config/deploy.yml
@@ -22,6 +22,9 @@ env:
22
servers:
23
web:
24
- 5.78.128.205
25
+ options:
26
+ publish:
27
+ - "80:8080"
28
# job:
29
# hosts:
30
# - 192.168.0.1
0 commit comments