mirror of
https://github.com/CryptKeeperZK/crypt-keeper-extension.git
synced 2026-01-09 14:07:57 -05:00
* Add workflow + aux scripts to support deploy via codedeploy * Fix role ARN * Fix role scripts + rename Dockerfiles * Fix role scripts * Create .env file * Manipulate .env in build script * Remove .env (used while testing) * Fix typo * Move Dockerfiles into packages * Fixed typo
7 lines
174 B
Bash
Executable File
7 lines
174 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
aws ecr get-login-password --region eu-central-1 | docker login --username AWS --password-stdin 490752553772.dkr.ecr.eu-central-1.amazonaws.com
|
|
|
|
exit 0
|