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 07298fd + 329c3ae commit c40075fCopy full SHA for c40075f
.github/workflows/ghcr-deploy.yml
@@ -80,6 +80,8 @@ jobs:
80
# Navigate to the app directory
81
cd myapp
82
83
+ # Create the .env file from the GitHub Secret
84
+ echo "${{ secrets.DOT_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