Files
AgentGPT/aws/cf/deploy.sh
2023-04-09 10:23:58 +03:00

5 lines
131 B
Bash

#!/bin/bash
cd "$(dirname "$0")"
aws cloudformation create-stack --stack-name agent \
--template-body file:///$PWD/agent.cf.json