We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fdea95 commit e32d1edCopy full SHA for e32d1ed
.github/workflows/build-images-and-deploy.yml
@@ -9,7 +9,7 @@ concurrency:
9
cancel-in-progress: true
10
11
env:
12
- REGISTRY: registry.jamezrin.name
+ REGISTRY: harbor.jamezrin.name
13
14
jobs:
15
build-packages:
.gitpod.yml
@@ -0,0 +1,9 @@
1
+# This configuration file was automatically generated by Gitpod.
2
+# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
3
+# and commit this file to your remote git repository to share the goodness with others.
4
+
5
+tasks:
6
+ - init: yarn install && bin/setup
7
+ command: bin/rails server
8
0 commit comments