Skip to content

Commit

Permalink
Update digitalocean-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
3xjn authored Oct 15, 2024
1 parent 898a77e commit 93082af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/digitalocean-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
echo $GITHUB_PAT | docker login ghcr.io -u 3xjn --password-stdin
docker stop my-todo-app || true && docker rm my-todo-app || true
docker pull ghcr.io/${{ env.REPO_NAME }}/my-container:latest
sudo docker run -d --name my-todo-app \
-v /etc/letsencrypt/live/3xjn.dev/:/app/ \
docker run -d --name my-todo-app \
-v /etc/letsencrypt/live/3xjn.dev/:/ \
--user root \
ghcr.io/${{ env.REPO_NAME }}/my-container:latest
EOF

0 comments on commit 93082af

Please sign in to comment.