Skip to content

Commit

Permalink
Update Create_files_list.yaml
Browse files Browse the repository at this point in the history
update cronjob and tags for. product
  • Loading branch information
dalbarado authored Apr 17, 2024
1 parent c4082d1 commit 3903140
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/Create_files_list.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Create File List for ESL Homepage

on:
schedule:
- cron: "0 8 * * 0"
workflow_dispatch:


jobs:
update-repo:
Expand Down Expand Up @@ -33,19 +36,19 @@ jobs:
arch: amd64

# Run python script for create the JSON Files for each Product
- name: Generate new JSON files for ESL Homepage
- name: Generate new Erlang JSON files for ESL Homepage
run: |
python3 file_list_creator.py
aws s3 sync . s3://binaries2.erlang-solutions.com --acl public-read --exclude "*" --include "*.json"
# Run python script for create the JSON Files for each Product
- name: Generate new JSON files for ESL Homepage
# Run python script for create the JSON Files for Elixir Product
- name: Generate new Elixir JSON files for ESL Homepage
run: |
python3 file_list_creator_elixir.py
aws s3 sync . s3://binaries2.erlang-solutions.com --acl public-read --exclude "*" --include "*.json"
# Run python script for create the JSON Files for each Product
- name: Generate new JSON files for ESL Homepage
# Run python script for create the JSON Files for MIM Product
- name: Generate new MongooseIM JSON files for ESL Homepage
run: |
python3 file_list_creator_mongooseim.py
aws s3 sync . s3://binaries2.erlang-solutions.com --acl public-read --exclude "*" --include "*.json"
Expand Down

0 comments on commit 3903140

Please sign in to comment.