Skip to content

test1

test1 #3

Workflow file for this run

name: Basic deploy
on:
push:
branches: [ main ]
jobs:
EC2-Deploy:
runs-on: ubuntu-latest
steps:
- id: deploy
uses: shammy642/[email protected]
with:
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws_default_region: eu-west-2
aws_elb_app_port: 8080 # This should match the docker exposed port. Defaults to 3000.