Skip to content

Bump aws/aws-sdk-php from 3.275.4 to 3.288.1 #20

Bump aws/aws-sdk-php from 3.275.4 to 3.288.1

Bump aws/aws-sdk-php from 3.275.4 to 3.288.1 #20

Workflow file for this run

# AWS IAM JSON:
# {
# "Statement": [
# {
# "Action": "s3:*",
# "Resource": [
# "arn:aws:s3:::craig.mayhew.io",
# "arn:aws:s3:::craig.mayhew.io/*"
# ],
# "Effect": "Allow"
# },
# {
# "Action": "cloudfront:CreateInvalidation",
# "Resource": [
# "arn:aws:cloudfront::ACCOUNTID:distribution/DISTRIBUTIONID"
# ],
# "Effect": "Allow"
# },
# {
# "Effect": "Allow",
# "Action": [
# "cloudfront:ListDistributions"
# ],
# "Resource": "*"
# },{
# "Effect": "Allow",
# "Action": [
# "route53:ChangeResourceRecordSets",
# "route53:ListResourceRecordSets"
# ],
# "Resource": "arn:aws:route53:::hostedzone/HOSTNAME"
# },
# {
# "Effect": "Allow",
# "Action": [
# "route53:GetChange"
# ],
# "Resource": "arn:aws:route53:::change/*"
# },
# {
# "Effect": "Allow",
# "Action": "route53:ListHostedZonesByName",
# "Resource": "*"
# }
# ]
#}
# removed for the time being in favour of cloudflar
#name: Deploy to AWS
#
#on:
# push:
# branches:
# - main
# pull_request:
# branches:
# - main
#
#jobs:
# deploy:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@86f86b36ef15e6570752e7175f451a512eac206b
# - run: php --version
# - run: |
# chmod +x composer.phar
# ./composer.phar install
# - run: |
# php tools/build.php
# php tools/uploadToS3.php
# - run: echo "Deployed to S3"