Skip to content

Commit

Permalink
fix deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
nayodahl committed Dec 20, 2023
1 parent 5dcd5e3 commit 6b9bd09
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,17 +116,9 @@ jobs:
needs: build
if: github.ref == 'refs/heads/master'
steps:
- run: echo "Build job was a success on master, deploying..."
- run: echo "Build job and tests ok on master, deploying to production server..."
- uses: actions/checkout@v2

- name: Setup PHP and Deployer
uses: shivammathur/setup-php@master
with:
php-version: 8.1

- name: Install dependencies
run: composer install

- name: Deploy
uses: deployphp/action@v1
with:
Expand Down

0 comments on commit 6b9bd09

Please sign in to comment.