Skip to content

Commit

Permalink
Change directory to /app in deploy pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Daanvm committed Oct 12, 2024
1 parent 2148d04 commit 08d1b30
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy-strato.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
build:
name: Build website zip
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./app
steps:
- name: Checkout master
uses: actions/checkout@v3
Expand All @@ -17,10 +20,9 @@ jobs:
- name: Install dependencies
uses: php-actions/composer@v4
with:
composer_version: 1
#composer_version: 1
php_version: 8.0
#ssh_key: ${{ secrets.SSH_KEY }}
#ssh_key_pub: ${{ secrets.SSH_KEY_PUB }}
working_dir: app

# TODO: rename from warmup to build, it's no longer a warmup now.
- name: Run warmup script
Expand Down

0 comments on commit 08d1b30

Please sign in to comment.