Skip to content

Commit 2138780

Browse files
committed
Fix deploy commands
1 parent 10a8c79 commit 2138780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- run:
3434
name: Deploy to S3 when release
35-
command: aws s3 sync aplazame.latest.zip s3://aplazame/modules/woocommerce/ --delete
35+
command: aws s3 cp aplazame.latest.zip s3://aplazame/modules/woocommerce/
3636

3737
deploy_to_wordpress:
3838
machine:
@@ -43,7 +43,7 @@ jobs:
4343

4444
- run:
4545
name: Install dependencies
46-
command: sudo apt install -y rsync svn
46+
command: sudo apt-get update; sudo apt install -y rsync subversion
4747

4848
- run:
4949
name: Clone wordpress repository

0 commit comments

Comments
 (0)