Skip to content

Commit

Permalink
update image and reference
Browse files Browse the repository at this point in the history
  • Loading branch information
aimee-889 committed Mar 18, 2024
1 parent e213baa commit 4f76d4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextcloud-branch-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
KUBECONFIG: ${{ secrets.KUBECONFIG }}
SOCIALLOGINCLIENTID: ${{ secrets.SOCIALLOGINCLIENTID }}
SOCIALLOGINSECRET: ${{ secrets.SOCIALLOGINSECRET }}
SOCIALLOGINCLIENTID: ${{ secrets.DEV_SOCIALLOGINCLIENTID }}
SOCIALLOGINSECRET: ${{ secrets.DEV_SOCIALLOGINSECRET }}
S3ACCESSKEY: ${{ secrets.S3ACCESSKEY }}
S3ACCESSSECRET: ${{ secrets.S3ACCESSSECRET }}
PROXY_CREDENTIALS: ${{ secrets.PROXY_CREDENTIALS }}
2 changes: 1 addition & 1 deletion ansible/group_vars/dev.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
stage: dev
nextcloud_image_tag: 26.0.8
nextcloud_image_tag: 27.1.6
nextcloud:
nbc:
urls:
Expand Down

0 comments on commit 4f76d4c

Please sign in to comment.