REFACTOR: Att Functions + Alpha Clients connection

This commit is contained in:
rodrigo.zamboni
2022-03-24 11:41:55 -03:00
parent a39ea091ee
commit 04584df44d
14 changed files with 10555 additions and 1627 deletions
+6
View File
@@ -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)