Skip to content

Commit

Permalink
Merge pull request #23 from nspalo/feature/BWA-8-weather-app-github-a…
Browse files Browse the repository at this point in the history
…ction

feature/BWA-8-weather-app-github-action
  • Loading branch information
nspalo authored Sep 11, 2023
2 parents 0dfae7d + e53a418 commit 07e4d65
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/weather-app-ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ jobs:
docker login -u $DOCKER_USER -p $DOCKER_KEY
# Script Permissions
- name: Add Permission to Shell Scripts
run: chmod +x -R ./scripts/*.sh
- name: Setting up Permissions
run: |
chmod +x -R ./scripts/*.sh
mkdir -p ./storage/logs/ ./bootstrap/cache/
chmod 777 ./storage/ ./bootstrap/cache -R
# Docker Images
- name: Building the Docker Images
Expand Down Expand Up @@ -58,6 +61,3 @@ jobs:
# Teardown
- name: Stop container and remove images
run: ./scripts/down.sh -v



0 comments on commit 07e4d65

Please sign in to comment.