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.
1 parent acd4cfc commit 329c3aeCopy full SHA for 329c3ae
.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