Skip to content

Commit c40075f

Browse files
authored
Merge pull request #59 from amfoss/praveshan-develop
rollback
2 parents 07298fd + 329c3ae commit c40075f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ghcr-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ jobs:
8080
# Navigate to the app directory
8181
cd myapp
8282
83+
# Create the .env file from the GitHub Secret
84+
echo "${{ secrets.DOT_ENV_FILE }}" > .env
8385
8486
# Login to registry
8587
docker login -u ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }} -p ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }} registry.digitalocean.com

0 commit comments

Comments
 (0)