feat: gitea now standalone

This commit is contained in:
2025-02-07 16:47:38 -05:00
parent 6ba433d53c
commit 7ae2cd6588
10 changed files with 182 additions and 25 deletions

View File

@@ -12,13 +12,17 @@ tasks:
tf/apply:
- $TF apply -var-file=secret.tfvars
- $TF output -json > secrets.tf.json
tf/import:
- $TF import -var-file=secret.tfvars {{.CLI_ARGS}}
build: ansible-playbook playbooks/build.yml
deploy: ansible-playbook playbooks/deploy.yml
restore: ansible-playbook playbooks/restore.yml
run:
- task: build
- task: deploy
enter:
cmd: aws ssm start-session --target $INSTANCE_ID
env: