Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
update
  • Loading branch information
nspalo authored Sep 11, 2023
1 parent 47dc3a0 commit 0459704
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,16 @@ jobs:
DOCKER_KEY: ${{ secrets.DOCKER_KEY }}
run: |
docker login -u $DOCKER_USER -p $DOCKER_KEY
- name: Scripts
run: chmod +x -R ./scripts/*.sh
# Build Docker Images
- name: Build the Docker image
run: |
chmod +x ./scripts/build.sh
./scripts/build.sh
run: ./scripts/build.sh

- name: Start
run: |
chmod +x ./scripts/up.sh
./scripts/up.sh -d
run: ./scripts/up.sh -d

- name: Composer
run: |
chmod +x ./scripts/composer.sh
./scripts/composer.sh install
run: ./scripts/composer.sh install

0 comments on commit 0459704

Please sign in to comment.