Skip to content

Commit

Permalink
remove debugging and extra branch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
finlay-jisc committed Nov 21, 2024
1 parent d8063ce commit 930ee09
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/deploy-int.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
branches:
- "int"
- "OC-963-fix"

permissions:
id-token: write # This is required for requesting the JWT
Expand Down Expand Up @@ -62,10 +61,4 @@ jobs:
working-directory: ./api
run: |
export SERVERLESS_LICENSE_KEY=`aws ssm get-parameter --name ${{ secrets.SERVERLESS_LICENSE_KEY_SSM_PARAMETER_ARN }} --query "Parameter.Value" --output text`
npx sls package --stage int
ls -lh .serverless
cd .serverless
unzip octopus-api.zip -d octopus-api
du -a octopus-api | sort -n -r | head -n 20
cd ..
npm run deploy:int

0 comments on commit 930ee09

Please sign in to comment.