Skip to content

Merge pull request #2114 from CityOfPhiladelphia/add-cost-component #538

Merge pull request #2114 from CityOfPhiladelphia/add-cost-component

Merge pull request #2114 from CityOfPhiladelphia/add-cost-component #538

Workflow file for this run

name: Deploy to staging
on:
push:
branches:
- staging
jobs:
deploy:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:
- uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1
- uses: actions/checkout@v2
- id: staging-deploy
uses: webfactory/create-aws-codedeploy-deployment@v0.3.0
with:
application: staging-phila-gov
- run:
aws cloudfront create-invalidation --distribution-id ${{ secrets.STAGING_CLOUDFRONT_DISTRIBUTION_ID }} --paths "/*"