Skip to content

Commit

Permalink
Merge pull request #32 from yosepkim/refactor-gitaction
Browse files Browse the repository at this point in the history
debug code
  • Loading branch information
yosepkim authored Nov 3, 2023
2 parents 3fd1b8d + 9c8eb48 commit eeea5f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
akamai --version
akamai --accountkey ${{ vars.ACCOUNT_KEY }} edgeworkers upload --bundle tarball.tgz ${{ vars.EW_ID }}
VERSION=$(grep "edgeworker-version" bundle.json | grep -Eo '"[0-9\.]+"')
akamai --accountkey ${{ vars.ACCOUNT_KEY }} edgeworkers activate ${{ vars.EW_ID }} staging $VERSION
echo "akamai edgeworkers activate 80521 staging "0.40" --accountkey 1-5BYUG1:1-8BYUX"
akamai edgeworkers activate 80521 staging "0.40" --accountkey 1-5BYUG1:1-8BYUX
push-to-staging:
Expand Down

0 comments on commit eeea5f5

Please sign in to comment.