Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Kendal committed Jan 31, 2024
1 parent c2c2332 commit 3673b24
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,7 @@ jobs:
path: accreditation

- name: Copy to S3
run: pwd && ls -la && aws s3 sync accreditation s3://stumblefunk-www-dev/accreditation

run: aws s3 sync accreditation s3://stumblefunk-www-dev/accreditation

- name: Load env config
run: aws s3 cp s3://stumblefunk-www-dev/accreditation/config.js.env s3://stumblefunk-www-dev/accreditation/config.js
2 changes: 1 addition & 1 deletion frontend/public/config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
var config = {
apiUrl: "https://nf2c6o0vt2.execute-api.eu-west-1.amazonaws.com/dev"
apiUrl: ""
}
4 changes: 0 additions & 4 deletions terraform/public_html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
<title>Stumblefunk</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
@font-face {
font-family: 'guineapig';
src: url(gp.woff);
}

body, html {
height: 100%;
Expand Down

0 comments on commit 3673b24

Please sign in to comment.