diff --git a/.woodpecker/build-and-publish.yml b/.woodpecker/build-and-publish.yml index 98c7614..e62bd74 100644 --- a/.woodpecker/build-and-publish.yml +++ b/.woodpecker/build-and-publish.yml @@ -8,7 +8,6 @@ steps: - pnpm build when: - event: push - - event: pull_request - name: container-build-and-publish image: docker @@ -23,3 +22,17 @@ steps: when: - branch: main event: push + + - name: container-build-and-publish (staging) + image: docker + commands: + - docker login --username radical --password $PASSWORD git.gorb.app + - docker buildx build --platform linux/amd64,linux/arm64 --rm --push -t git.gorb.app/gorb/frontend:staging . + environment: + PASSWORD: + from_secret: docker_password + volumes: + - /var/run/podman/podman.sock:/var/run/docker.sock + when: + - branch: staging + event: push diff --git a/app.vue b/app.vue index cb5ec34..8ca7948 100644 --- a/app.vue +++ b/app.vue @@ -1,36 +1,66 @@ diff --git a/components/Banner.vue b/components/Banner.vue new file mode 100644 index 0000000..b9b4da4 --- /dev/null +++ b/components/Banner.vue @@ -0,0 +1,13 @@ + + + + + \ No newline at end of file diff --git a/components/Channel.vue b/components/Guild/ChannelEntry.vue similarity index 85% rename from components/Channel.vue rename to components/Guild/ChannelEntry.vue index 98f210e..9d785db 100644 --- a/components/Channel.vue +++ b/components/Guild/ChannelEntry.vue @@ -1,10 +1,10 @@