https://github.com/codella/circle-ci-node-aws-cli
https://github.com/codella/circle-ci-node-aws-cli
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codella/circle-ci-node-aws-cli
- Owner: codella
- Created: 2019-08-30T10:26:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-30T11:31:15.000Z (over 5 years ago)
- Last Synced: 2025-02-15T11:34:05.098Z (3 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Circle CI Node and AWS CLI
Each push will result in an image being tagged with `latest`. If a release needs to be done, then git tag must be created:
- `git tag -a . -m "relase"` (e.g. `git tag -a 10.13 -m "relase"`)
- `git push --tags`*NOTE* that in the example the tag is the same of the base image, so we can know what version of node has been build on.