Skip to content

Commit

Permalink
- build-args
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarrett committed Sep 21, 2024
1 parent 14b96d5 commit 5a46670
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,10 @@ jobs:
APP_NAME: ${{ secrets.APP_NAME }}
CHROMEDRIVER_VERSION: ${{ secrets.CHROMEDRIVER_VERSION }}
CHROME_VERSION: ${{ secrets.CHROME_VERSION }}
run: flyctl deploy --remote-only --app $APP_NAME
run: |
flyctl deploy --remote-only --app ${{ secrets.APP_NAME }} \
--build-arg CHROME_VERSION=${{ secrets.CHROME_VERSION }} \
--build-arg CHROMEDRIVER_VERSION=${{ secrets.CHROMEDRIVER_VERSION }}
- name: Scale App to 1
env:
Expand Down

0 comments on commit 5a46670

Please sign in to comment.