Skip to content

Merge pull request #27 from finale-lua/static #8

Merge pull request #27 from finale-lua/static

Merge pull request #27 from finale-lua/static #8

Workflow file for this run

name: Deploy site to AWS
on:
push:
branches:
- current-production-version
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Deploy to AWS
if: github.event_name == 'push'
uses: onramper/[email protected]
with:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
domain: pdk.finalelua.com
publish_dir: ./html