We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a8c79 commit 2138780Copy full SHA for 2138780
.circleci/config.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- run:
34
name: Deploy to S3 when release
35
- command: aws s3 sync aplazame.latest.zip s3://aplazame/modules/woocommerce/ --delete
+ command: aws s3 cp aplazame.latest.zip s3://aplazame/modules/woocommerce/
36
37
deploy_to_wordpress:
38
machine:
@@ -43,7 +43,7 @@ jobs:
43
44
45
name: Install dependencies
46
- command: sudo apt install -y rsync svn
+ command: sudo apt-get update; sudo apt install -y rsync subversion
47
48
49
name: Clone wordpress repository
0 commit comments