Skip to content

Commit c570b51

Browse files
authored
Merge pull request #150 from snyk/fix/deploy_to_dev
fix: auto deploy to dev
2 parents b46ad96 + 88af9df commit c570b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
command: |
7575
LATEST_TAG_WITH_V=`git describe --abbrev=0 --tags ${CIRCLE_SHA1}` &&
7676
LATEST_TAG=${LATEST_TAG_WITH_V:1} &&
77-
./scripts/slack-notify-deploy.sh $LATEST_TAG dev &&
77+
./scripts/slack-notify-deploy.sh $LATEST_TAG-approved dev &&
7878
curl -i -H "Accept: application/json" -H "Content-Type: application/json" \
7979
-X POST -d "{\"docker_sha\":\"${LATEST_TAG}\", \
8080
\"commit_hash\":\"${CIRCLE_SHA1}\"}" \

0 commit comments

Comments
 (0)