Skip to content

Commit

Permalink
Deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed May 4, 2024
1 parent 130da14 commit a8a528e
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@ jobs:
- name: Install dependencies
run: |
composer update
# npm i

# - name: List Installed Dependencies
# run: composer show -D
#
# - name: Setup .env
# run: cp .env.example .env
#
# - name: Run Tempest console
# run: php ./tempest
#
# - name: Run Tempest Server in the background
# run: php ./tempest serve &
#
# - name: Test GET request
# run: curl http://localhost:8000
npm i
- name: List Installed Dependencies
run: composer show -D

- name: Setup .env
run: cp .env.example .env

- name: Run Tempest console
run: php ./tempest

- name: Run Tempest Server in the background
run: php ./tempest serve &

- name: Test GET request
run: curl http://localhost:8000

- name: Deploy
run: php ./tempest deploy
Expand Down

0 comments on commit a8a528e

Please sign in to comment.