Skip to content

Commit 329c3ae

Browse files
committed
rollback
1 parent acd4cfc commit 329c3ae

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)