Skip to content

Commit

Permalink
Merge pull request #501 from julianpoy/build-fixes
Browse files Browse the repository at this point in the history
Build fixes
  • Loading branch information
julianpoy authored May 12, 2020
2 parents ed5fe0b + 219dc06 commit cd2eabc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
command: echo "$DOCKER_PAT" | docker login --username $DOCKER_USER --password-stdin
- run:
name: tag-and-push-api
command: ./tag_and_push_image.sh api $CIRCLE_TAG
command: ./scripts/deploy/push_api_docker.sh $CIRCLE_TAG
push_frontend:
working_directory: ~/recipesage # directory where steps will run
docker:
Expand Down
2 changes: 2 additions & 0 deletions scripts/deploy/push_static_s3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ then
exit 1
fi

mkdir -p www-revhashed

find www/ -regextype egrep -regex '.+\.[a-f0-9]{20}\..+' -exec mv -t www-revhashed/ -- {} +

sync_to_s3 () {
Expand Down

0 comments on commit cd2eabc

Please sign in to comment.