Skip to content

Commit

Permalink
Update deploy-digitalocean.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ash17290 authored Jan 10, 2024
1 parent 5b1606a commit 0e996da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-digitalocean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
docker build -t asyncapi/server-api .
# Run new docker image
docker run -d -p 80:80 -p 443:443 --name asyncapi-server-api asyncapi/server-api --restart=always
docker run -d -p 80:80 -p 443:443 --name asyncapi-server-api asyncapi/server-api --restart always
Expand Down

0 comments on commit 0e996da

Please sign in to comment.