Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zinmoee/quote-editor
https://github.com/zinmoee/quote-editor
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zinmoee/quote-editor
- Owner: zinmoee
- Created: 2022-09-11T07:25:28.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T16:44:39.000Z (about 2 years ago)
- Last Synced: 2024-04-27T15:46:25.203Z (9 months ago)
- Language: Ruby
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
* Source
https://www.hotrails.dev/turbo-rails/css-ruby-on-rails### RDS in bastion
- mysql -h zinmoe-testing.c5em1aikdxab.ap-southeast-1.rds.amazonaws.com -u zinmoe -p- U - zinmoe
- P - password### Get Login Password
- aws ecr get-login-password### AWS Login
- aws ecr get-login-password --region ap-southeast-1 | docker login --username AWS --password-stdin 491236099115.dkr.ecr.ap-southeast-1.amazonaws.com### Tag image
- docker tag 39854094ae4c 491236099115.dkr.ecr.ap-southeast-1.amazonaws.com/quote-editor:latest### Push image
- docker push 491236099115.dkr.ecr.ap-southeast-1.amazonaws.com/quote-editor:latest