sparse-intern-71089
10/23/2020, 8:36 PMbillowy-army-68599
high-morning-17948
10/23/2020, 8:48 PMjobs:
deploy:
name: Deploy to AWS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm install
- name: Run Makefile
run: |
make build
- uses: <docker://pulumi/actions>
with:
args: up --yes -r
env:
PULUMI_CI: up
PULUMI_ROOT: infra
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
billowy-army-68599
high-morning-17948
10/23/2020, 9:02 PMhigh-morning-17948
10/23/2020, 9:06 PM