Skip to content

Commit 3c26df4

Browse files
committed
fix: remove emoji from deployment success messages for consistency
1 parent 27f1dd8 commit 3c26df4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
sleep 5
5757
docker-compose up -d --remove-orphans
5858
docker image prune -f
59-
echo "Staging deployed"
59+
echo "Staging deployed"
6060
6161
deploy-production:
6262
needs: deploy-staging
@@ -76,4 +76,4 @@ jobs:
7676
sleep 5
7777
docker-compose up -d --remove-orphans
7878
docker image prune -f
79-
echo "Production deployed"
79+
echo "Production deployed"

0 commit comments

Comments
 (0)