Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Aug 8, 2023
1 parent f8d9c45 commit 84ea28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: cloudflare/[email protected]
with:
command: kv:namespace list > kv_namespace_list.json
postCommand: jq -r '.[] | select( .title == "dispoflare-terraform-state" ) | .id' kv_namespace_list.json | awk '{print "tfstate_kv="$1}' >> $GITHUB_ENV
postCommands: jq -r '.[] | select( .title == "dispoflare-terraform-state" ) | .id' kv_namespace_list.json | awk '{print "tfstate_kv="$1}' >> $GITHUB_ENV
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

Expand Down

0 comments on commit 84ea28b

Please sign in to comment.