Skip to content

Commit

Permalink
resolved conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilbhadana-gamechange committed Dec 8, 2023
2 parents ff67974 + 6677623 commit 25af273
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- master
- feat-aisensy
- feat/shop-3471
- feat/broadcast-list
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default {
const id = split[split.length - 1];
const token =
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyLCJleHAiOjE3MzI4MjQwMDAwMDB9.q2UqaJswlXkpqi4xk1Grp7vXj1g9DE9OvyjH4HV2DbU';
const path = `http://localhost:3001/campaignDetails/${id}?hideSideBar=true&token=${token}`;
const path = `https://merchant-stg.goshopkey.com/campaignDetails/${id}?hideSideBar=true&token=${token}`;
this.url = path;
},
methods: {},
Expand Down
2 changes: 1 addition & 1 deletion config/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ internal_check_new_versions_job:

# executed At every 5th minute..
trigger_scheduled_items_job:
cron: '*/5 * * * *'
cron: '*/1 * * * *'
class: 'TriggerScheduledItemsJob'
queue: scheduled_jobs

Expand Down

0 comments on commit 25af273

Please sign in to comment.