Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33322700
D4389.1768851588.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
890 B
Referenced Files
None
Subscribers
None
D4389.1768851588.diff
View Options
diff --git a/.buildkite/backup_build.yml b/.buildkite/backup_build.yml
new file mode 100644
--- /dev/null
+++ b/.buildkite/backup_build.yml
@@ -0,0 +1,4 @@
+steps:
+ - command: 'cd services && docker-compose build --no-cache backup-server'
+ agents:
+ - 'autoscaling=true'
diff --git a/.github/workflows/backup_build.yml b/.github/workflows/backup_build.yml
new file mode 100644
--- /dev/null
+++ b/.github/workflows/backup_build.yml
@@ -0,0 +1,21 @@
+name: Backup Build (Docker)
+
+on:
+ push:
+ branches: [master]
+ paths-ignore:
+ - 'landing/**'
+ - 'web/**'
+ - 'docs/**'
+ - 'keyserver/**'
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v2
+
+ - name: docker-compose build --no-cache backup-server
+ working-directory: ./services
+ run: docker-compose build --no-cache backup-server
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 19, 7:39 PM (12 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5957891
Default Alt Text
D4389.1768851588.diff (890 B)
Attached To
Mode
D4389: [CI] Add `backup_build` workflow to Buildkite/GH Actions
Attached
Detach File
Event Timeline
Log In to Comment