Compare commits
No commits in common. "discours" and "main" have entirely different histories.
|
@ -33,4 +33,3 @@ jobs:
|
|||
branch: "main"
|
||||
git_remote_url: "ssh://dokku@v2.discours.io:22/authorizer"
|
||||
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
git_push_flags: '--force'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.21.3-alpine3.18 AS go-builder
|
||||
FROM golang:1.21.3-alpine3.18 as go-builder
|
||||
WORKDIR /authorizer
|
||||
COPY server server
|
||||
COPY Makefile .
|
||||
|
@ -11,7 +11,7 @@ RUN apk add build-base &&\
|
|||
make clean && make && \
|
||||
chmod 777 build/server
|
||||
|
||||
FROM node:20-alpine3.18 AS node-builder
|
||||
FROM node:20-alpine3.18 as node-builder
|
||||
WORKDIR /authorizer
|
||||
COPY app app
|
||||
COPY dashboard dashboard
|
||||
|
|
Loading…
Reference in New Issue
Block a user