Skip to content

Commit

Permalink
Merge pull request #23 from yosepkim/refactor-gitaction
Browse files Browse the repository at this point in the history
moves around arguments for akamai activate command
  • Loading branch information
yosepkim authored Nov 3, 2023
2 parents 8b5d0b5 + 7072066 commit ad9064a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
akamai --accountkey 1-5BYUG1 edgeworkers lv 80521
echo "--------------------"
VERSION=$(grep "edgeworker-version" bundle.json | grep -Eo '"[0-9\.]+"')
echo "akamai --accountkey ${{ vars.ACCOUNT_KEY }} edgeworkers activate ${{ vars.EW_ID }} staging $VERSION"
echo "akamai edgeworkers activate --accountkey ${{ vars.ACCOUNT_KEY }} ${{ vars.EW_ID }} staging $VERSION"
akamai --accountkey ${{ vars.ACCOUNT_KEY }} edgeworkers activate ${{ vars.EW_ID }} staging $VERSION
push-to-production:
Expand Down

0 comments on commit ad9064a

Please sign in to comment.