Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleaning up and removing some entries #12

Merged
merged 1 commit into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ build:

# Deploy any infra updates to the site
deploy-infra:
sam.cmd build && aws-vault exec anthonydev --no-session -- sam.cmd deploy
sam.cmd build && aws-vault exec insertuser --no-session -- sam.cmd deploy

# Deploy any updates to the Site
deploy-site:
aws-vault exec anthonydev --no-session -- aws s3 sync ./resume-site s3://recreated-website2351
aws-vault exec insertuser --no-session -- aws s3 sync ./resume-site s3://recreated-website2351

invoke-put:
sam.cmd build && aws-vault exec anthonydev --no-session -- sam local invoke PutFunction
Expand Down
Empty file removed __init__.py
Empty file.
1 change: 0 additions & 1 deletion git-filter-repo
Submodule git-filter-repo deleted from f21c9e
1 change: 0 additions & 1 deletion git-secrets
Submodule git-secrets deleted from 5357e1
Loading