Skip to content

Commit

Permalink
Change 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 ed5ee7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-strato.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
- name: Checkout master
uses: actions/checkout@v3

- name: Change directory to /app
run: cd ${GITHUB_WORKSPACE}/app
shell: bash

# TODO: maybe install imagick

- name: Install dependencies
Expand Down

0 comments on commit ed5ee7e

Please sign in to comment.