Skip to content

Commit

Permalink
Merge pull request #31 from Marwes/terraform
Browse files Browse the repository at this point in the history
feat: Migrate to running gluon-lang.org in a lambda
  • Loading branch information
Marwes authored Apr 5, 2024
2 parents f4533af + cd02ca7 commit a47b7b2
Show file tree
Hide file tree
Showing 29 changed files with 6,488 additions and 6,949 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ node_modules
target
std
try_gluon.env

.terraform
**.tfstate*

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ after_script:

deploy:
provider: script
script: ./scripts/docker_push.sh
script: ./scripts/terraform_apply.sh
on:
branch: master
Loading

0 comments on commit a47b7b2

Please sign in to comment.