Skip to content

Commit 5b31d85

Browse files
committed
Merge branch 'master' of https://github.com/NetCoreTemplates/mvc
2 parents 87df422 + 7e1d697 commit 5b31d85

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ This will run an nginx reverse proxy along with a companion container that will
3232
The `release.yml` uses the following secrets.
3333

3434
- DEPLOY_HOST - hostname used to SSH to, this can either be an IP address or subdomain with A record pointing to the server.
35-
- DEPLOY_PORT - SSH port, usually `22`.
3635
- DEPLOY_USERNAME - the username being logged into via SSH. Eg, `ubuntu`, `ec2-user`, `root` etc.
3736
- DEPLOY_KEY - SSH private key used to remotely access deploy server/app host.
3837
- LETSENCRYPT_EMAIL - Email address, required for Let's Encrypt automated TLS certificates.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: docker/login-action@v2
5454
with:
5555
registry: ghcr.io
56-
username: ${{ github.repository_owner }}
56+
username: ${{ github.actor }}
5757
password: ${{ secrets.GITHUB_TOKEN }}
5858

5959
# Build and push new docker image, skip for manual redeploy other than 'latest'

0 commit comments

Comments
 (0)