updating latest portfolio version; initial deployment

This commit is contained in:
dtomlinson
2020-01-27 18:27:43 +00:00
parent 786c2212fe
commit 9bcec1b505
7 changed files with 493 additions and 100 deletions

View File

@@ -3,7 +3,6 @@ from flask import render_template
app = Flask(__name__)
print(app)
@app.route('/')

View File

@@ -352,6 +352,13 @@
<p class="item-intro text-muted">A short film about blah.</p>
<img class="img-fluid d-block mx-auto" src="static/img/portfolio/01-full.jpg" alt="">
<p>Use this area to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est blanditiis dolorem culpa incidunt minus dignissimos deserunt repellat aperiam quasi sunt officia expedita beatae cupiditate, maiores repudiandae, nostrum, reiciendis facere nemo!</p>
<video controls width="700">
<source src="https://d34a04doyfv89q.cloudfront.net/The+Neighbour+(H.264).mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<br>
If the film above does not play you can <a href="https://d34a04doyfv89q.cloudfront.net/The+Neighbour+(H.264).mp4">download the film. </a>
<br><br>
<ul class="list-inline">
<li>Date Filmed: August 2019 - November 2019</li>
<li>Starring: Kerry O'Reilly</li>

View File

@@ -0,0 +1,25 @@
[production]
app_function = "project.app"
aws_region = "eu-west-1"
profile_name = "plex-aws"
project_name = "andrew-portfolio"
runtime = "python3.7"
s3_bucket = "andrew-portfolio-zappa"
num_retained_versions = 3
keep_warm = true
keep_warm_expression = "rate(5 minutes)"
memory_size = 128
timeout_seconds = 30
xray_tracing = false
certificate_arn = "arn:aws:acm:us-east-1:745437999005:certificate/9e715398-7a8b-4e56-8031-da82efea1259"
domain = "andrewtomlinson.me"
[production.tags]
name = "andrew-portfolio-lambda"
application = "andrew-portfolio"
application-role = "website"
envrionment = "production"
version = "1.0"
owner = "dtomlinson"
project = "andrew-portfolio"