We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c40075f + 7d082d8 commit 1498749Copy full SHA for 1498749
.github/workflows/ghcr-deploy.yml
@@ -81,7 +81,7 @@ jobs:
81
cd myapp
82
83
# Create the .env file from the GitHub Secret
84
- echo "${{ secrets.DOT_ENV_FILE }}" > .env
+ echo "${{ secrets.ENV_FILE }}" > .env
85
86
# Login to registry
87
docker login -u ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }} -p ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }} registry.digitalocean.com
0 commit comments