Skip to content

Commit

Permalink
[#71] Remove deprecated commands
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-telsan committed Dec 13, 2023
1 parent 12ebcf6 commit ff328a1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
# @TODO: Build React apps

- run: echo "Building..."
- run: |
cd client-mu-plugins/goodbids
echo "${ACF_CREDS}" >> auth.json
composer install
- run:
command: |
cd client-mu-plugins/goodbids
echo "${ACF_CREDS}" >> auth.json
composer install
# @TODO: Add tests
# - run:
Expand All @@ -40,6 +41,6 @@ jobs:
fingerprints:
- "6f:3b:07:c2:f1:23:5a:5d:9d:3a:b0:2d:b2:00:9d:0a"

- deploy:
- run:
name: Deploy -built branch to github
command: bash <(curl -s "https://raw.githubusercontent.com/Automattic/vip-go-build/master/deploy.sh")

0 comments on commit ff328a1

Please sign in to comment.