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 43e481f commit 0ff31b8
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 @@ -40,7 +40,7 @@ jobs:
# Remove old docker volumes
docker volume rm $(docker volume ls -q)
# Build new docker image
# Build new docker images
docker build -t asyncapi/server-api .
# Run new docker image
Expand Down

0 comments on commit 0ff31b8

Please sign in to comment.