Skip to content

Commit f8c793e

Browse files
committed
feat: update the CI to use the new CD - in DevTest/NFT only
1 parent 3c488a3 commit f8c793e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cicd-1-pull-request-devtest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "python_version=$(grep "^nodejs" .tool-versions | cut -f2 -d' ')" >> $GITHUB_OUTPUT
4545
echo "terraform_version=$(grep "^terraform" .tool-versions | cut -f2 -d' ')" >> $GITHUB_OUTPUT
4646
echo "version=$(head -n 1 .version 2> /dev/null || echo unknown)" >> $GITHUB_OUTPUT
47-
echo "environment_tag=development" >> $GITHUB_OUTPUT
47+
echo "environment_tag=nft" >> $GITHUB_OUTPUT
4848
- name: "Check if pull request exists for this branch"
4949
id: pr
5050
env:

0 commit comments

Comments
 (0)