Skip to content

Commit

Permalink
chore(deploy): rename admin to app (INFRA-285) (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasStoeckli committed May 30, 2023
1 parent b1f4f05 commit bb4dc48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -111,7 +111,7 @@ jobs:
run: |
curl -f -u "${JENKINS_BASIC_AUTH_USER}:${JENKINS_BASIC_AUTH_PASS}" \
-X POST "${JENKINS_DEV_WEBHOOK}" \
-d "Service=admin&Version=${IMAGE_TAG}"
-d "Service=app&Version=${IMAGE_TAG}"
release-please:
name: Prepare next release
Expand Down

0 comments on commit bb4dc48

Please sign in to comment.