mirror of
https://github.com/dadosfera/maestro.git
synced 2026-09-10 08:54:48 +00:00
REFACTOR: Att Functions + Alpha Clients connection
This commit is contained in:
@@ -109,3 +109,9 @@ jobs:
|
||||
eb use $APP_NAME-$ENV
|
||||
echo -e "deploy:\n artifact: deploy.zip" >> .elasticbeanstalk/config.yml
|
||||
eb deploy
|
||||
|
||||
- name: Remove Docker's Trash
|
||||
continue-on-error: true
|
||||
run: |
|
||||
docker system prune
|
||||
docker rmi -f $(docker images -aq)
|
||||
Reference in New Issue
Block a user