Skip to content

Commit

Permalink
Merge pull request #11 from episphere/dev
Browse files Browse the repository at this point in the history
updating other yamls
  • Loading branch information
anthonypetersen authored Jul 31, 2024
2 parents bdad6f0 + 9919898 commit c920082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/dev/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
steps:
- name: 'gcr.io/cloud-builders/gsutil'
args: ['cp', '-r', 'siteManagerDashboard/*', 'gs://myconnect_dashboard_dev']
args: ['cp', '-r', '*', 'gs://myconnect_dashboard_dev']
2 changes: 1 addition & 1 deletion config/prod/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
steps:
- name: 'gcr.io/cloud-builders/gsutil'
args: ['cp', '-r', 'siteManagerDashboard/*', 'gs://myconnect_dashboard_prod']
args: ['cp', '-r', '*', 'gs://myconnect_dashboard_prod']

0 comments on commit c920082

Please sign in to comment.