Add basic GitHub Action
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM alpine:3.19
|
||||
|
||||
RUN apk add --no-cache --upgrade \
|
||||
openssh \
|
||||
rsync
|
||||
|
||||
ADD deploy.sh /
|
||||
RUN chmod +x /deploy.sh
|
||||
|
||||
ENTRYPOINT ["/deploy.sh"]
|
||||
Reference in New Issue
Block a user