Skip to content

Commit

Permalink
Preparation for CD
Browse files Browse the repository at this point in the history
  • Loading branch information
DaRealFrost authored Jul 4, 2024
1 parent e62bfea commit 8c3c84e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/docker-cd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "docker-cd"

on:
push:
branches: [ master ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

# - name: Build Docker Image
# run: |
# docker build . -t ci:0

# - name: Deploy Docker
# run: |
# docker compose pull
Empty file added compose.yaml
Empty file.

0 comments on commit 8c3c84e

Please sign in to comment.