CodeDeploy requires these revisions.
To create a new revision:
- Run
scripts/prepare-revision <VERSION>
- Copy the new
docker-compose.yaml
from thear-io/ar-io-node
GitHub repo into your newly created revision source folder. (e.g.,revisions/<VERSION>/source
)- delete replace all
build:
- add
pull_policy: always
to the services - update the
AR_IO_NODE_RELEASE
environment variable to reflect the revision.
- delete replace all
The scripts/deploy-revision <VERSION>
will package the folder and upload it to
S3 and create a new CodeDeploy deployment with the revision.