Skip to content

Commit

Permalink
Correction de références à d'anciens environnements (#1723)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolok authored Feb 7, 2025
1 parent a2658b4 commit 6b8e904
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-branch-main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Test and deploy to staging"
name: "Test and deploy to integration environment"
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-version-tag.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Test and deploy to staging"
name: "Test and deploy to production environments"
on:
push:
tags:
Expand Down
2 changes: 1 addition & 1 deletion bin/restart_workers_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if [ -n "$SCALINGO_API_TOKEN" ]; then
install-scalingo-cli
scalingo login --api-token $SCALINGO_API_TOKEN
scalingo --app apilos-staging restart worker
scalingo --app apilos-siap-integration restart worker
else
echo "SCALINGO_API_TOKEN is not set"
fi

0 comments on commit 6b8e904

Please sign in to comment.