I hereby claim:
- I am nayena on github.
- I am nayena (https://keybase.io/nayena) on keybase.
- I have a public key whose fingerprint is B532 A6EA 6F99 3F17 B39B A47C BF98 E22A 1B52 B152
To claim this, I am signing this object:
| # syntax=docker/dockerfile:1 | |
| # check=error=true | |
| # This Dockerfile is designed for production, not development. Use with Kamal or build'n'run by hand: | |
| # docker build -t voresbogklub_nu . | |
| # docker run -d -p 80:80 -e RAILS_MASTER_KEY=<value from config/master.key> --name voresbogklub_nu voresbogklub_nu | |
| # For a containerized dev environment, see Dev Containers: https://guides.rubyonrails.org/getting_started_with_devcontainer.html | |
| # Make sure RUBY_VERSION matches the Ruby version in .ruby-version |
| name: Specs | |
| on: | |
| push: | |
| branches: [ main ] | |
| pull_request: | |
| branches: [ main ] | |
| permissions: | |
| actions: write |
| --- | |
| - apiVersion: apps/v1beta1 | |
| kind: Deployment | |
| metadata: | |
| name: feed-management-operations | |
| namespace: datapipeline | |
| labels: | |
| app: feed-management-operations | |
| role: feed-management-operations | |
| project: feed-management-operations |
| --- | |
| apiVersion: apps/v1beta1 | |
| kind: Deployment | |
| metadata: | |
| name: hello-kube | |
| labels: | |
| app: hello-kube | |
| project: hello-kube | |
| role: hello-kube | |
| spec: |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env ruby | |
| require_relative '../config/environment' | |
| @login_url = 'https://games.crossfit.com/cf/registration?flow=default' | |
| @agent = Mechanize.new | |
| @username = '' # username for games website | |
| @password = '' # password for games website | |