Skip to content

Commit

Permalink
Merge pull request #96 from dotkom/feat/versioning-vars
Browse files Browse the repository at this point in the history
fix: broken workflow
  • Loading branch information
oleast authored Nov 23, 2020
2 parents 0507487 + 647f9d7 commit 94da021
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,12 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
registry: registry.online.ntnu.no
tag_semver: true
buildargs:
- NEXT_PUBLIC_GIT_BRANCH
- NEXT_PUBLIC_GIT_TAG
- NEXT_PUBLIC_AUTH_ENDPOINT
- NEXT_PUBLIC_AUTH_CLIENT_ID
- NEXT_PUBLIC_OW4_ADDRESS
- NEXT_PUBLIC_SENTRY_DSN
buildargs: NEXT_PUBLIC_GIT_BRANCH
NEXT_PUBLIC_GIT_TAG
NEXT_PUBLIC_AUTH_ENDPOINT
NEXT_PUBLIC_AUTH_CLIENT_ID
NEXT_PUBLIC_OW4_ADDRESS
NEXT_PUBLIC_SENTRY_DSN

- name: Trigger deploy.sh remotely
uses: appleboy/ssh-action@master
Expand Down

1 comment on commit 94da021

@vercel
Copy link

@vercel vercel bot commented on 94da021 Nov 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.